Releases: Maxcode123/unittest-extensions
Releases · Maxcode123/unittest-extensions
0.3.0
What's Changed
- Exceptions with non str args by @Maxcode123 in #2
- Redefines the
@args
decorator by @Maxcode123 in #3
Breaking changes
- The
@args
decorator now does not support dictionary objects as input
Full Changelog: v0.2.4...v0.3.0
0.2.4
- Catch and report correctly empty exceptions raised in subject method
0.2.3
- Introduce
TestCase.subjectKwargs
method - Return a deepcopy of the result in
TestCase.cachedResult
method
0.2.2
Correct error catching in result()
.
0.2.1
- Raise
TestError
inTestCase.cachedResult
0.2.0
- Introduce
TestCase.cachedResult
method
0.1.1
Update documentation.
0.1.0 Initial release
unittest-extensions initial release