python-factcheck icon indicating copy to clipboard operation
python-factcheck copied to clipboard

A simple but extensible implementation of QuickCheck for Python 2.7 and Python 3 that works well with Pytest.

factcheck

A simple but extensible implementation of QuickCheck for Python 2.7 and Python 3 that works well with Pytest.

Installation

Factcheck can be installed from PyPI with pip or easy_install. For example:

pip install factcheck

Project

The source, issue tracker, etc. are at http://github.com/npryce/python-factcheck.