An open API service indexing awesome lists of open source software.

https://github.com/npryce/python-factcheck

A simple but extensible implementation of QuickCheck for Python 2.7 and Python 3 that works well with Pytest.
https://github.com/npryce/python-factcheck

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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.