SYMBOL INDEX (64 symbols across 3 files) FILE: src/pytest_mypy/__init__.py class MypyConfigStash (line 38) | class MypyConfigStash: method from_serialized (line 44) | def from_serialized(cls, serialized: str) -> MypyConfigStash: method serialized (line 47) | def serialized(self) -> str: function default_test_name_formatter (line 60) | def default_test_name_formatter(*, item: MypyFileItem) -> str: function default_file_error_formatter (line 68) | def default_file_error_formatter( function pytest_addoption (line 82) | def pytest_addoption(parser: pytest.Parser) -> None: function _xdist_worker (line 119) | def _xdist_worker(config: pytest.Config) -> Dict[str, Any]: function _xdist_workerinput (line 126) | def _xdist_workerinput(node: Union[WorkerController, pytest.Config]) -> ... class MypyXdistControllerPlugin (line 135) | class MypyXdistControllerPlugin: method pytest_configure_node (line 138) | def pytest_configure_node(self, node: WorkerController) -> None: function pytest_configure (line 145) | def pytest_configure(config: pytest.Config) -> None: class MypyCollectionPlugin (line 199) | class MypyCollectionPlugin: method pytest_collect_file (line 202) | def pytest_collect_file( class MypyFile (line 220) | class MypyFile(pytest.File): method collect (line 223) | def collect(self) -> Iterator[MypyItem]: class MypyItem (line 238) | class MypyItem(pytest.Item): method __init__ (line 241) | def __init__(self, *args: Any, **kwargs: Any): method repr_failure (line 245) | def repr_failure( function _error_severity (line 259) | def _error_severity(line: str) -> Optional[str]: class MypyFileItem (line 269) | class MypyFileItem(MypyItem): method runtest (line 272) | def runtest(self) -> None: method reportinfo (line 286) | def reportinfo(self) -> Tuple[Path, None, str]: class MypyStatusItem (line 291) | class MypyStatusItem(MypyItem): method runtest (line 294) | def runtest(self) -> None: class MypyResults (line 311) | class MypyResults: method dump (line 323) | def dump(self, results_f: IO[bytes]) -> None: method load (line 332) | def load(cls, results_f: IO[bytes]) -> MypyResults: method from_mypy (line 342) | def from_mypy( method from_session (line 383) | def from_session(cls, session: pytest.Session) -> MypyResults: class MypyError (line 404) | class MypyError(Exception): class MypyControllerPlugin (line 411) | class MypyControllerPlugin: method pytest_terminal_summary (line 414) | def pytest_terminal_summary( method pytest_unconfigure (line 450) | def pytest_unconfigure(self, config: pytest.Config) -> None: FILE: tests/conftest.py function pytest_report_header (line 6) | def pytest_report_header(): FILE: tests/test_pytest_mypy.py function xdist_args (line 33) | def xdist_args(request): function test_mypy_success (line 40) | def test_mypy_success(testdir, pyfile_count, xdist_args): function test_mypy_encoding_warnings (line 76) | def test_mypy_encoding_warnings(testdir, monkeypatch): function test_mypy_pyi (line 88) | def test_mypy_pyi(testdir, xdist_args): function test_mypy_error (line 119) | def test_mypy_error(testdir, xdist_args): function test_mypy_path_error (line 141) | def test_mypy_path_error(testdir, xdist_args): function test_mypy_annotation_unchecked (line 168) | def test_mypy_annotation_unchecked(testdir, xdist_args, tmp_path): function test_mypy_ignore_missings_imports (line 191) | def test_mypy_ignore_missings_imports(testdir, xdist_args): function test_mypy_config_file (line 225) | def test_mypy_config_file(testdir, xdist_args): function test_mypy_marker (line 253) | def test_mypy_marker(testdir, xdist_args): function test_non_mypy_error (line 273) | def test_non_mypy_error(testdir, xdist_args): function test_mypy_stderr (line 304) | def test_mypy_stderr(testdir, xdist_args): function test_mypy_unmatched_stdout (line 323) | def test_mypy_unmatched_stdout(testdir, xdist_args): function test_api_mypy_argv (line 342) | def test_api_mypy_argv(testdir, xdist_args): function test_api_nodeid_name (line 355) | def test_api_nodeid_name(testdir, xdist_args): function test_api_test_name_formatter (line 372) | def test_api_test_name_formatter(testdir, xdist_args): function test_mypy_indirect (line 407) | def test_mypy_indirect(testdir, xdist_args, module_name): function test_api_file_error_formatter (line 429) | def test_api_file_error_formatter(testdir, xdist_args): function test_pyproject_toml (line 453) | def test_pyproject_toml(testdir, xdist_args): function test_setup_cfg (line 473) | def test_setup_cfg(testdir, xdist_args): function test_looponfail (line 494) | def test_looponfail(testdir, module_name): function test_mypy_results_from_mypy_with_opts (line 576) | def test_mypy_results_from_mypy_with_opts(): function test_mypy_no_output (line 583) | def test_mypy_no_output(testdir, xdist_args): function test_py_typed (line 616) | def test_py_typed(testdir): function test_mypy_no_status_check (line 624) | def test_mypy_no_status_check(testdir, xdist_args): function test_mypy_xfail_passes (line 637) | def test_mypy_xfail_passes(testdir, xdist_args): function test_mypy_xfail_xfails (line 650) | def test_mypy_xfail_xfails(testdir, xdist_args): function test_mypy_xfail_reports_stdout (line 663) | def test_mypy_xfail_reports_stdout(testdir, xdist_args): function test_error_severity (line 693) | def test_error_severity(): function test_mypy_report_style (line 698) | def test_mypy_report_style(testdir, xdist_args):