DEBSOURCES
Skip Quicknav
sources / pytest-httpbin / 2.1.0-1 / tests / conftest.py
123456
import pytest @pytest.fixture(autouse=True, scope="function") def httpbin_ca_bundle_autoused(httpbin_ca_bundle): pass