diff options
Diffstat (limited to 'test/test_node_websockets.py')
-rw-r--r-- | test/test_node_websockets.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_node_websockets.py b/test/test_node_websockets.py index 5af2f6f3..6a6b7f2d 100644 --- a/test/test_node_websockets.py +++ b/test/test_node_websockets.py @@ -1,10 +1,12 @@ -import pytest import struct import time +import pytest + +from conftest import option +from conftest import skip_alert from unit.applications.lang.node import TestApplicationNode from unit.applications.websockets import TestApplicationWebsocket -from conftest import option, skip_alert class TestNodeWebsockets(TestApplicationNode): |