diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-09-16 15:37:32 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-09-16 15:37:32 +0300 |
commit | 71521628865edfefe043f0e6263ea7362a6069f6 (patch) | |
tree | 5c489797344feddc6289ea1821d50eff3f5a501d /test | |
parent | 6f1f3b48b2af56c96825dbcd149771ace67404ee (diff) | |
download | unit-71521628865edfefe043f0e6263ea7362a6069f6.tar.gz unit-71521628865edfefe043f0e6263ea7362a6069f6.tar.bz2 |
Tests: set default "unsafe" value.
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/main.py b/test/unit/main.py index 6a167a9e..f9aa29cf 100644 --- a/test/unit/main.py +++ b/test/unit/main.py @@ -28,6 +28,7 @@ class TestUnit(unittest.TestCase): detailed = False save_log = False + unsafe = False def __init__(self, methodName='runTest'): super().__init__(methodName) |