Tests: set default "unsafe" value.

This commit is contained in:
Andrey Zelenkov
2019-09-16 15:37:32 +03:00
parent 6f1f3b48b2
commit 7152162886

View File

@@ -28,6 +28,7 @@ class TestUnit(unittest.TestCase):
detailed = False
save_log = False
unsafe = False
def __init__(self, methodName='runTest'):
super().__init__(methodName)