pelicun.tests.conftest
Functions
|
Mocks the DLML data check for the entire test session, UNLESS the test is in the specific exclusion list. |
- pelicun.tests.conftest.mock_dlml_data_check(request: FixtureRequest) Generator[None, None, None] [source]
Mocks the DLML data check for the entire test session, UNLESS the test is in the specific exclusion list.
This provides a high-performance, fail-safe “no network” policy while allowing specific integration tests to run their own logic.