Python
hypothesis-django: Property-Based Testing for Django Models and Views
Hypothesis is a property-based testing library for Python. Instead of writing specific test cases, you describe the shape of your input and Hypothesis generates hundreds of examples automatically — including edge cases you wouldn't think to write manually. hypothesis-django is the Django integration that handles database transactions,