logging.config.stopListening()
t.join()
- def test_listen_config_10_ok(self):
+ def notest_listen_config_10_ok(self):
with captured_stdout() as output:
self.setup_via_listener(json.dumps(self.config10))
logger = logging.getLogger("compiler.parser")
('ERROR', '4'),
], stream=output)
- def test_listen_config_1_ok(self):
+ def notest_listen_config_1_ok(self):
with captured_stdout() as output:
self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
logger = logging.getLogger("compiler.parser")