Skip to content

Commit

Permalink
tools: Include test_core.py to be checked by mypy.
Browse files Browse the repository at this point in the history
This commit adds `test_core.py` to the `type_consistent_testfiles`
list to check for type consistency with mypy.
  • Loading branch information
prah23 authored and neiljp committed Jul 14, 2021
1 parent a13b9b2 commit e598904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-mypy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repo_python_files['zulipterminal'] = []
repo_python_files['tests'] = []

# Added incrementally as newer test files are type-annotated.
type_consistent_testfiles = ["test_run.py"]
type_consistent_testfiles = ["test_run.py", "test_core.py"]

for file_path in python_files:
repo = PurePath(file_path).parts[0]
Expand Down

0 comments on commit e598904

Please sign in to comment.