less state

This commit is contained in:
meejah 2022-09-21 20:26:14 -06:00
parent 8474ecf83d
commit fedea96964

View File

@ -168,7 +168,7 @@ class RunTests(SyncTestCase):
config['basedir'] = basedir.path
config.twistd_args = []
from twisted.internet import reactor
reactor = MemoryReactor()
runs = []
result_code = run(reactor, config, runApp=runs.append)