From 9bbf54e23e185e94054072fff2673f6f5cd203e9 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 22 Aug 2019 15:33:41 +0300 Subject: Tests: Node.js websockets. --- test/unit/main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/main.py') 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 -- cgit