DeclareATest is a fluent testing API for python. It is written for python3 and currently under development.
- Customizeable Subject Construction
- Multiple Assertions
- Complex Action Cases
- Thorws AssertionError when any expecation not met
- Reasonably fluent API
- Complex Arrangement with Test Context
- Proper Error messages on Assertion Failure
Complex Arrangement technically feasible as of v1.1, though v1.0 arrange functions should continue to function.