DEBSOURCES
Skip Quicknav
sources / python-noseofyeti / 2.4.9-1 / tests / for_pytest_plugin / conftest.py
12345678
import os import pytest @pytest.hookimpl() def pytest_ignore_collect(collection_path, path, config): return "INNER_PYTEST_RUN" not in os.environ