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 
@argsdecorator by @Maxcode123 in #3 
Breaking changes
- The 
@argsdecorator 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.subjectKwargsmethod - Return a deepcopy of the result in 
TestCase.cachedResultmethod 
0.2.2
Correct error catching in result().
0.2.1
- Raise 
TestErrorinTestCase.cachedResult 
0.2.0
- Introduce 
TestCase.cachedResultmethod 
0.1.1
Update documentation.
0.1.0 Initial release
unittest-extensions initial release