Address TODOs in tests and make TODO check verify in test dir

This commit is contained in:
Sumner Evans
2020-07-11 09:50:30 -06:00
parent f693a6f1e1
commit 4727497025
6 changed files with 30 additions and 23 deletions

View File

@@ -50,6 +50,9 @@ valid = True
for path in Path("sublime").glob("**/*.py"):
valid &= check_file(path)
for path in Path("tests").glob("**/*.py"):
valid &= check_file(path)
"""
Checks that the version in the CHANGELOG is the same as the version in ``__init__.py``.
"""