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 77ed410 commit 52cb93cCopy full SHA for 52cb93c
services/dynamic-scheduler/tests/unit/api_frontend/conftest.py
@@ -32,6 +32,11 @@ def disable_status_monitor_background_task(mocker: MockerFixture) -> None:
32
)
33
34
35
+@pytest.fixture
36
+def use_internal_scheduler() -> bool:
37
+ pytest.fail("please define use_internal_scheduler fixture in your tests folder")
38
+
39
40
@pytest.fixture
41
def app_environment(
42
monkeypatch: pytest.MonkeyPatch,
0 commit comments