diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-08-22 15:33:41 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-08-22 15:33:41 +0300 |
commit | 9bbf54e23e185e94054072fff2673f6f5cd203e9 (patch) | |
tree | 2ed538061b65259a1bb221f25d637740feb9906e /test/unit/main.py | |
parent | 08601bbbf07a462924e4c6894b5fd6e83b7725ac (diff) | |
download | unit-9bbf54e23e185e94054072fff2673f6f5cd203e9.tar.gz unit-9bbf54e23e185e94054072fff2673f6f5cd203e9.tar.bz2 |
Tests: Node.js websockets.
Diffstat (limited to 'test/unit/main.py')
-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 1f19343e..6a167a9e 100644 --- a/test/unit/main.py +++ b/test/unit/main.py @@ -23,6 +23,7 @@ class TestUnit(unittest.TestCase): os.path.join(os.path.dirname(__file__), os.pardir, os.pardir) ) architecture = platform.architecture()[0] + system = platform.system() maxDiff = None detailed = False |