Tests: Node.js websockets.

This commit is contained in:
Andrey Zelenkov
2019-08-22 15:33:41 +03:00
parent 08601bbbf0
commit 9bbf54e23e
5 changed files with 1841 additions and 0 deletions

View File

@@ -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