https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 1d4982a0929c9fc7b68b61c970e0e29ec1b11caa authored by Antoine R. Dumont (@ardumont) on 22 February 2019, 15:09:46 UTC
sql/30-swh-schema.sql: Fix comment instruction
Tip revision: 1d4982a
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