Go to file
Juergen Edelbluth 08943cd8d5
Initial Commit
This commit consolidates the SMTP mock code from some of my testing projects into a re-usable form.

This package will be used later for realizing the upcoming pytest plugin.
2023-11-29 20:33:27 +01:00
.idea Initial Commit 2023-11-29 20:33:27 +01:00
smtp_test_server Initial Commit 2023-11-29 20:33:27 +01:00
tests Initial Commit 2023-11-29 20:33:27 +01:00
.gitignore Initial Commit 2023-11-29 20:33:27 +01:00
.pylintrc Initial Commit 2023-11-29 20:33:27 +01:00
poetry.lock Initial Commit 2023-11-29 20:33:27 +01:00
poetry.toml Initial Commit 2023-11-29 20:33:27 +01:00
pyproject.toml Initial Commit 2023-11-29 20:33:27 +01:00
README.md Initial Commit 2023-11-29 20:33:27 +01:00

smtp-test-server

Based on the aiosmtpd, this packages offers you a simple way to integrate a SMTP server into your test code.