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 05f04dc commit 10e788eCopy full SHA for 10e788e
tests/test_asynch.py
@@ -21,7 +21,7 @@ def _reactor():
21
@pytest.fixture(name="server")
22
def _server():
23
# TODO Replace subprocess with reactor
24
- command = ["python", config.TEST_DIR / "server.py"]
+ command = [sys.executable, "-m", "tests.server"]
25
proc = subprocess.Popen(command, stderr=subprocess.PIPE)
26
time.sleep(1)
27
yield
0 commit comments