summaryrefslogtreecommitdiffhomepage
path: root/test/unit/main.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-08-22 15:33:41 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-08-22 15:33:41 +0300
commit9bbf54e23e185e94054072fff2673f6f5cd203e9 (patch)
tree2ed538061b65259a1bb221f25d637740feb9906e /test/unit/main.py
parent08601bbbf07a462924e4c6894b5fd6e83b7725ac (diff)
downloadunit-9bbf54e23e185e94054072fff2673f6f5cd203e9.tar.gz
unit-9bbf54e23e185e94054072fff2673f6f5cd203e9.tar.bz2
Tests: Node.js websockets.
Diffstat (limited to 'test/unit/main.py')
-rw-r--r--test/unit/main.py1
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