Tests: fixed unwanted comment in a11b80dedc6b.

This commit is contained in:
Andrey Zelenkov
2018-04-04 15:33:11 +03:00
parent f2c0c18f8b
commit 43ba7aad6c

View File

@@ -28,8 +28,8 @@ class TestUnit(unittest.TestCase):
errors='ignore') as f:
self._check_alerts(f.read())
#if '--leave' not in sys.argv:
# shutil.rmtree(self.testdir)
if '--leave' not in sys.argv:
shutil.rmtree(self.testdir)
def check_modules(self, *modules):
self._run()