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 54033b9 commit 4d86060Copy full SHA for 4d86060
tests/conftest.py
@@ -156,7 +156,7 @@ def engineering_data_sources():
156
ds.add_file_path(resolve_test_file("ds.dat","engineeringData"),"dat")
157
return ds
158
159
-local_server=core.start_local_server(as_global = False)
+local_server = core.start_local_server(as_global=False)
160
161
@pytest.fixture(scope="session", autouse=True)
162
def cleanup(request):
0 commit comments