https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: f6cc23122ec469351cd13a6126cb54d70abb5d91 authored by Antoine R. Dumont (@ardumont) on 23 January 2020, 13:21:21 UTC
sentry: Fix initialization init_sentry call
Tip revision: f6cc231
conftest.py
from hypothesis import settings

# define tests profile. Full documentation is at:
# https://hypothesis.readthedocs.io/en/latest/settings.html#settings-profiles
settings.register_profile("fast", max_examples=5, deadline=5000)
settings.register_profile("slow", max_examples=20, deadline=5000)
back to top