This project contains experiments demonstrating property-based testing concepts, comparing them with other testing approaches, and showcasing both effective and ineffective applications of property-based testing.
- Python 3.6+
- pytest
- hypothesis
pip install pytest hypothesis pytest-xdistcd python
python -m pytestpython -m pytest tests/test_string_operations.py
python -m pytest tests/test_math_operations.py
python -m pytest tests/test_bank_account.pypython -m pytest -vpython -m pytest -v --hypothesis-show-statistics