https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: cc8fa7f4c0a5c3994df3349b6d287ce301f2fffa authored by Nicolas Dandrimont on 22 June 2020, 10:46:09 UTC
Re-introduce the root endpoint for the rpc server
Tip revision: cc8fa7f
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