1 --- pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py.orig
2 +++ pytest-mypy-plugins-3.1.2/pytest_mypy_plugins/tests/test_explicit_configs.py
4 def test_pyproject_toml(config_file: str) -> None:
5 subprocess.check_output(
10 "--mypy-pyproject-toml-file",
13 def test_ini_files(config_file: str) -> None:
14 subprocess.check_output(