- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for get_test_main_mod (0.1 sec)
-
tests/test_tutorial/test_settings/test_app02.py
@pytest.fixture(name="main_mod") def get_main_mod(mod_path: str) -> ModuleType: main_mod = importlib.import_module(f"{mod_path}.main") return main_mod @pytest.fixture(name="test_main_mod") def get_test_main_mod(mod_path: str) -> ModuleType: test_main_mod = importlib.import_module(f"{mod_path}.test_main") return test_main_mod def test_settings(main_mod: ModuleType, monkeypatch: MonkeyPatch):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 1K bytes - Viewed (0)