Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Releases: tophat/codewatch

codewatch v1.0.0

03 Nov 19:50
5756f4f
Compare
Choose a tag to compare

Breaking: dropped support for python 2.7

Added support for python 3.8

codewatch v0.1.0

14 Feb 05:46
Compare
Choose a tag to compare
  • 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

26 Jan 17:31
c18b83e
Compare
Choose a tag to compare
  • Fixed bug that prevented codewatch to be installed in python 2 environments

codewatch v0.0.18

25 Jan 18:05
9fa4554
Compare
Choose a tag to compare

Changes from v0.0.17:

  • Skips hidden folders by default
  • Dir filter receives full path
  • Django model inference

codewatch v0.0.17

17 Dec 21:51
442f61d
Compare
Choose a tag to compare

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

28 Nov 04:02
3c9a9dc
Compare
Choose a tag to compare

Changes from v0.0.15:

  • @assertion functions now use AssertionError to report status, like other Python testing frameworks

codewatch v0.0.13

23 Nov 19:12
Compare
Choose a tag to compare

Changes from v0.0.12:

  • Add support for python 3.7

codewatch v0.0.12

23 Nov 03:39
adf7970
Compare
Choose a tag to compare

changes from v0.0.11:

  • remove track_troublesome_module_usages helper
  • add count_import_usages helper

codewatch v0.0.11

23 Nov 02:25
Compare
Choose a tag to compare

changes since v0.0.10:

  • make universal wheels and include license

codewatch v0.0.10

23 Nov 02:25
b6ec375
Compare
Choose a tag to compare

changes since v0.0.9:

  • add inferences arg to count_calling_files