Coverage for human_requests/pytest_plugin/_constants.py: 100%
7 statements
« prev ^ index » next coverage.py v7.14.1, created at 2026-05-28 00:39 +0000
« prev ^ index » next coverage.py v7.14.1, created at 2026-05-28 00:39 +0000
1from __future__ import annotations
3AUTOTEST_TEST_NAME = "test_autotest_api_methods"
4AUTOTEST_INI_KEY = "autotest_start_class"
5AUTOTEST_TYPECHECK_INI_KEY = "autotest_typecheck"
6AUTOTEST_TRACE_LIMIT_INI_KEY = "autotest_trace_limit"
7AUTOTEST_TRUNCATION_CONTEXT_LINES_INI_KEY = "autotest_truncation_context_lines"
8VALID_TYPECHECK_MODES: frozenset[str] = frozenset({"off", "warn", "strict"})