MCPcopy
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
10def _run_pytest(data_suite: str) -> PytestResult:
11 return run_pytest_data_suite(data_suite, extra_args=[], max_attempts=1)
12
13
14class ParseTestDataSuite(Suite):

Calls 1

run_pytest_data_suiteFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…