tests: Add hypothesis profile to run tests faster depending on location
Hypothesis allows different settings through profile. In our case, that would allows us to generate smaller samples on the ci.
This diff provides 2 profiles:
- dev: larger samples
- ci: lesser samples
That should be the other way around (largest on ci) but for now, that will do.
Depends on !118 (closed)
Test Plan
- tox
- tox -e py3-slow
- make test (old way?)
Migrated from D648 (view on Phabricator)