Skip to content

Releases: Maxcode123/unittest-extensions

0.3.0

11 Oct 06:02
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • The @args decorator now does not support dictionary objects as input

Full Changelog: v0.2.4...v0.3.0

0.2.4

07 Mar 16:41
Compare
Choose a tag to compare
  • Catch and report correctly empty exceptions raised in subject method

0.2.3

28 Feb 07:01
Compare
Choose a tag to compare
  • Introduce TestCase.subjectKwargs method
  • Return a deepcopy of the result in TestCase.cachedResult method

0.2.2

24 Feb 06:08
Compare
Choose a tag to compare

Correct error catching in result().

0.2.1

12 Feb 06:26
Compare
Choose a tag to compare
  • Raise TestError in TestCase.cachedResult

0.2.0

09 Feb 18:35
Compare
Choose a tag to compare
  • Introduce TestCase.cachedResult method

0.1.1

08 Feb 14:29
Compare
Choose a tag to compare

Update documentation.

0.1.0 Initial release

08 Feb 12:27
Compare
Choose a tag to compare

unittest-extensions initial release