https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: e9d8a5f95c582231b4d49922274597b433dfa5e5 authored by Antoine R. Dumont (@ardumont) on 17 December 2019, 12:28:42 UTC
scheduler.backend: Rename appropriately module elasticsearch_memory
Tip revision: e9d8a5f
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