Matt Bullock 2019-01-15 14:47:46 -08:00 committed by GitHub
parent 87b1982377
commit 2d17351552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -30,10 +30,8 @@ HYPOTHESIS_SETTINGS = hypothesis.settings(
hypothesis.HealthCheck.hung_test,
hypothesis.HealthCheck.large_base_example,
),
timeout=hypothesis.unlimited,
deadline=None,
max_examples=1000,
max_iterations=1500,
)
BINARY = hypothesis_strategies.binary()

View File

@ -1,4 +1,4 @@
hypothesis
hypothesis>=3.56.0
mock
pytest>=3.3.1
pytest-cov