Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python/mypy
/ _run_pytest
Function
_run_pytest
mypy/test/meta/test_parse_data.py:10–11 ·
view source on GitHub ↗
(data_suite: str)
Source
from the content-addressed store, hash-verified
8
9
10
def
_run_pytest(data_suite: str) -> PytestResult:
11
return
run_pytest_data_suite(data_suite, extra_args=[], max_attempts=1)
12
13
14
class
ParseTestDataSuite(Suite):
Callers
4
test_parse_invalid_case
Method · 0.85
test_parse_invalid_section
Method · 0.85
test_bad_ge_version_check
Method · 0.85
test_bad_eq_version_check
Method · 0.85
Calls
1
run_pytest_data_suite
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…