Metadata-Version: 2.0
Name: acceptanceutils
Version: 0.1.2
Summary: Generic acceptance testing utils.
Home-page: https://github.com/Brian-Williams/acceptanceutils
Author: Brian Williams
Author-email: briancmwilliams@gmail.com
License: MIT
Keywords: testing acceptance
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
Requires-Dist: flake8; extra == 'test'
Requires-Dist: pytest (>=2.9.0); extra == 'test'
Requires-Dist: six; extra == 'test'

[![Build Status](https://travis-ci.org/Brian-Williams/acceptanceutils.svg?branch=master)](https://travis-ci.org/Brian-Williams/acceptanceutils) [![codecov](https://codecov.io/gh/Brian-Williams/acceptanceutils/branch/master/graph/badge.svg)](https://codecov.io/gh/Brian-Williams/acceptanceutils)


# 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.


<!--- The first 'images' is the branch name, the second is the folder in that branch --->
![Set theory is fun](/../images/images/Surjection.svg.png?raw=true "Surjection")

### Watcher

SubClassWatcher is useful for confirming hierarchies when specs require it.


