This commit is contained in:
liris
2015-03-03 15:48:03 +09:00
parent dc3017dbc7
commit 3ed5784a8e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ ChangeLog
- 0.26.0 - 0.26.0
- all WebSocketException provide message string (#152) - all WebSocketException provide message string (#152)
- fixed tests fail when not connected to the network (#155)
- 0.25.0 - 0.25.0

View File

@@ -31,8 +31,7 @@ from websocket._utils import validate_utf8
# Skip test to access the internet. # Skip test to access the internet.
# TEST_WITH_INTERNET = False TEST_WITH_INTERNET = False
TEST_WITH_INTERNET = True
# Skip Secure WebSocket test. # Skip Secure WebSocket test.
TEST_SECURE_WS = False TEST_SECURE_WS = False