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.
- Host: GitHub
- URL: https://github.com/npryce/python-factcheck
- Owner: npryce
- Created: 2012-11-04T14:40:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T22:17:56.000Z (almost 13 years ago)
- Last Synced: 2025-02-18T05:18:15.228Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 18
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.