We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027d2e5 commit b3df3efCopy full SHA for b3df3ef
mypy/test/test_config_parser.py
@@ -174,7 +174,7 @@ def set_strict_flags() -> None:
174
assert strict_option_set is True
175
assert options.ignore_missing_imports_per_module is True
176
assert options.config_file == str(pyproject.name)
177
- os.environ["MYPY_CONFIG_FILE_DIR"] = str(pyproject.parent)
+ assert os.environ["MYPY_CONFIG_FILE_DIR"] == str(pyproject.parent)
178
179
assert options.per_module_options["c"] == {
180
"disable_error_code": [],
0 commit comments