acceptanceutils

Generic acceptance testing utils.


Keywords
testing, acceptance
License
MIT
Install
pip install acceptanceutils==0.1.1

Documentation

Build Status codecov

Acceptance testing tools for use in unit/acceptance testing

This is a set of tools that may be useful for testing.

Surjection

Surjection is a useful utility when you have an arbitrarily large number of options to test and want to make sure you touch each option once without taking the time to test all combinations.

Surjection in this always means minimally surjective.

Set theory is fun

Watcher

SubClassWatcher is useful for confirming hierarchies when specs require it.