PDF reading with python
This commit is contained in:
35
python/src/tests/Testing.md
Normal file
35
python/src/tests/Testing.md
Normal file
@ -0,0 +1,35 @@
|
||||
# Tests
|
||||
|
||||
### 1. Conductor
|
||||
+ Set start event
|
||||
+ Get ready events
|
||||
+ Set first step event
|
||||
+ Get first step ready
|
||||
+ Set second step event
|
||||
+ Get second step ready
|
||||
|
||||
### 2. Email
|
||||
+ Connect to IMAP
|
||||
+ Wrong data
|
||||
+ Wrong configuration
|
||||
+ Get mailboxes
|
||||
+ Get mail ids with search
|
||||
+ Get mails by id
|
||||
+ Get mail by id
|
||||
+ Get attachment
|
||||
+ Close connection
|
||||
|
||||
### 3. API Sender
|
||||
+ Get attachments
|
||||
+ Process
|
||||
+ Send to API
|
||||
|
||||
|
||||
## Steps
|
||||
1. Start
|
||||
+ Connect
|
||||
+ Standby
|
||||
2. Find emails, get attachments
|
||||
3. Process attachments
|
||||
4. Send to API
|
||||
5. Close
|
Reference in New Issue
Block a user