Add tests for Python code #51

Merged
pfm merged 14 commits from 39-add-tests into master 2022-01-10 18:10:01 +01:00
7 changed files with 6 additions and 21 deletions
Showing only changes of commit 1002da78fa - Show all commits

View File

@ -6,7 +6,7 @@ feed some input to GPG Mailgate and inspect the output.
## Running tests
To run tests, use command `make test`.
To run tests, use command `make test` or `make unittest`.
Tests produce some helpful logs, so inspect contents of `test/logs` directory
if something goes wrong.

View File

@ -1,5 +1,5 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
From: Dave <dave@localhost>
To: Carlos <carlos@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +1,5 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
From: Dave <dave@localhost>
To: Bob <bob@localhost>
Subject: Test
Body of the message.

View File

@ -1,4 +1,4 @@
From: Bob <bob@localhost>
From: Dave <dave@localhost>
To: Alice <alice@localhost>
Subject: Test

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.

View File

@ -1,5 +0,0 @@
From: Bob <bob@localhost>
To: Alice <alice@localhost>
Subject: Test
Body of the message.