itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.11k stars 66 forks source link

Tests leak global state #497

Open itamarst opened 11 months ago

itamarst commented 11 months ago

E.g. messages from one test can end up in another, as happened in test_action.py at one point.