test_ok1/testing/logging
Bruno Oliveira 395bbae8a2 Ensure logging tests always cleanup after themselves
Logging has many global states, and we did foresee this by creating a ``cleanup_disabled_logging`` fixture,
however one might still forget to use it and failures leak later -- sometimes not even in the same PR, because the order
of the tests might change in the future, specially when running under xdist.

This problem surfaced during pytest-dev/pytest#11530, where tests unrelated to the change started to fail.
2023-10-23 10:46:55 -03:00
..
test_fixture.py Ensure logging tests always cleanup after themselves 2023-10-23 10:46:55 -03:00
test_formatter.py cleanup tests by removal of unused code elements 2021-05-07 17:56:35 +05:30
test_reporting.py Fixes issue #11314 - log_file_format does not default to log_format (#11444) 2023-09-18 16:50:04 +00:00