Skip to content

v.0.2.0

Compare
Choose a tag to compare
@MikeTheHammer MikeTheHammer released this 12 Jan 17:45
· 13 commits to main since this release

Changes in this release:

Added assert_has_only_these_calls that takes a unittest.mock and a set of calls and checks that all of those calls, and only those calls are present in the mock.

Added a length check to generate_true_false_matrix_from_namedtuple to make certain that there is at least one field in the namedtuple.

Added README.md

Updated setup.py.

Added pythonproject.toml