We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4014980 commit 54a7fc5Copy full SHA for 54a7fc5
tests/_bootstrap_.py
@@ -2,5 +2,5 @@
2
import sys, os
3
if os.getcwd().endswith('tests'):
4
sys.path.insert(0, '..')
5
-elif os.getcwd().endswith('websocket-server'):
+elif os.path.exists('websocket_server'):
6
sys.path.insert(0, '.')
0 commit comments