deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

More reliable test teardown #90

Open missytake opened 1 year ago

missytake commented 1 year ago

Many tests create real email accounts on a test mailcow. Right now, created accounts are often deleted at the end of a test. But if the test fails, account cleanup doesn't happen. So we need to change pytest that it cleans up accounts properly during test teardown.