File: conftest.py

package info (click to toggle)
pytest-httpbin 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: python: 312; sh: 18; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
import pytest


@pytest.fixture(autouse=True, scope="function")
def httpbin_ca_bundle_autoused(httpbin_ca_bundle):
    pass