Run different selftests when debug mode is engaged
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 3 Oct 2020 19:04:58 +0000 (19:04 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 4 Oct 2020 22:37:38 +0000 (22:37 +0000)
commit0ac91f791c2f9ff18ecd6a0390a78f5175cc3aa2
tree110286e451b0a58595a4ac0f220460c2a5311463
parent4f7b0a6280ab17e1ccfd4aa603cdd647e92ac12b
Run different selftests when debug mode is engaged

Add two skiplist tuples to the selftest framework, one for tests to
remove when debug mode is on, another for tests to remove when debug
mode is off. This is not used yet, so the tuples are initially
empty. Also enable debug mode in the daemon config fixture so that
debug functionality can be tested in the normal selftest run. The
default example config (tested with tox -e selftest_config) covers
the debug disabled case.
mudpy/tests/fixtures/test_daemon.yaml
mudpy/tests/selftest.py