1886 shaares
21 private links
21 private links
9 results
tagged
testing
Hypothesis is the property-based testing library for Python. With Hypothesis, you write tests which should pass for all inputs in whatever range you describe, and let Hypothesis randomly choose which of those inputs to check - including edge cases you might not have thought about.
pytest-asyncio is a pytest plugin. It facilitates testing of code that uses the asyncio library.
Test code against random data.