This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Releases: tophat/codewatch
Releases · tophat/codewatch
codewatch v1.0.0
codewatch v0.1.0
- If an assertion message is not provided, it will print the code line that the assertion occurs instead of erroring out
- Will now print the stack trace and file name if an exception occurs while parsing a file
codewatch v0.0.19
- Fixed bug that prevented codewatch to be installed in python 2 environments
codewatch v0.0.18
Changes from v0.0.17:
- Skips hidden folders by default
- Dir filter receives full path
- Django model inference
codewatch v0.0.17
Changes from v0.0.16:
- Raise an error if a directory is given as
codewatch_config_module
as that's a common source of error - Return
-1
if there were errors raised in the assertion functions - Add Windows compatibility
- Python 3.6 now uses newest Astroid version
codewatch v0.0.16
Changes from v0.0.15:
@assertion
functions now useAssertionError
to report status, like other Python testing frameworks
codewatch v0.0.13
Changes from v0.0.12:
- Add support for python 3.7
codewatch v0.0.12
changes from v0.0.11:
- remove track_troublesome_module_usages helper
- add count_import_usages helper
codewatch v0.0.11
changes since v0.0.10:
- make universal wheels and include license
codewatch v0.0.10
changes since v0.0.9:
- add
inferences
arg tocount_calling_files