Coverage for human_requests / pytest_plugin / _constants.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-07 17:38 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-07 17:38 +0000
1from __future__ import annotations
3AUTOTEST_TEST_NAME = "test_autotest_api_methods"
4AUTOTEST_INI_KEY = "autotest_start_class"
5AUTOTEST_TYPECHECK_INI_KEY = "autotest_typecheck"
6VALID_TYPECHECK_MODES: frozenset[str] = frozenset({"off", "warn", "strict"})