https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 479ad6798f8cc5f310e9e57975af7dc3a601b260 authored by Antoine R. Dumont (@ardumont) on 12 November 2018, 16:49:36 UTC
sql: Update origin trigger to provide full origin information
Tip revision: 479ad67
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