Tests: set default "unsafe" value.
This commit is contained in:
@@ -28,6 +28,7 @@ class TestUnit(unittest.TestCase):
|
|||||||
|
|
||||||
detailed = False
|
detailed = False
|
||||||
save_log = False
|
save_log = False
|
||||||
|
unsafe = False
|
||||||
|
|
||||||
def __init__(self, methodName='runTest'):
|
def __init__(self, methodName='runTest'):
|
||||||
super().__init__(methodName)
|
super().__init__(methodName)
|
||||||
|
|||||||
Reference in New Issue
Block a user