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 d736e00 commit 9c37ffeCopy full SHA for 9c37ffe
tests/e2e/metrics/conftest.py
@@ -10,7 +10,9 @@
10
11
12
@pytest.fixture(autouse=True, scope="module")
13
-def infrastructure(request: fixtures.SubRequest, tmp_path_factory: pytest.TempPathFactory, worker_id) -> MetricsStack:
+def infrastructure(
14
+ request: fixtures.SubRequest, tmp_path_factory: pytest.TempPathFactory, worker_id: str
15
+) -> MetricsStack:
16
"""Setup and teardown logic for E2E test infrastructure
17
18
Parameters
0 commit comments