Skip to content

Commit cff933a

Browse files
committed
Try parallelize tests
1 parent f36273c commit cff933a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-kusto-ingest/tests/test_status_q.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_resource_uri(account: str, container: str) -> _ResourceUri:
8282
return _ResourceUri("https://{0}.{1}.{2}/{3}?{4}".format(account, "queue", ENDPOINT_SUFFIX, container, SAS))
8383

8484

85-
def fail_test():
85+
def test_fail():
8686
raise Exception("This test should not be called.")
8787

8888

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ ignore = ["E731"] # E731 - dont assign lambdas.
5151

5252
[tool.pytest.ini_options]
5353
testpaths = ["azure-kusto-data/tests", "azure-kusto-ingest/tests"]
54-
addopts = ["-s", "--import-mode=importlib", "-n", "auto"]
54+
addopts = ["-s", "--import-mode=importlib", "-n", "8"]
5555
pythonpath = ["."]

0 commit comments

Comments
 (0)