From: Jeremy Stanley Date: Sat, 3 Oct 2020 19:04:58 +0000 (+0000) Subject: Run different selftests when debug mode is engaged X-Git-Tag: 0.3.0~5 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=0ac91f791c2f9ff18ecd6a0390a78f5175cc3aa2;hp=0ac91f791c2f9ff18ecd6a0390a78f5175cc3aa2 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. ---