Add property testing #78
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
maintenance
Not a bug now but could be one day
testing
Issue about testing
Look at Hypothesis for property testing. Start with something basic on a single module, eg
outliers.py
ortarget.py
.Also try fuzzing, or maybe that's already part of it.
The basic implementation on one module should be okay for a first issue, if you've used Hypothesis or property testing before.
The text was updated successfully, but these errors were encountered: