https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 981d3f92570c9d7b53a3317c5f7c8f8a3fe48b71 authored by Valentin Lorentz on 20 February 2019, 15:53:20 UTC
Fix crash of SchedulerBackend.search_tasks when no argument is given.
Tip revision: 981d3f9
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