development
Matt Bullock 2018-07-16 15:22:43 -07:00 committed by GitHub
parent e09e8985aa
commit 33872f7c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ HYPOTHESIS_SETTINGS = hypothesis.settings(
BINARY = hypothesis_strategies.binary()
@pytest.mark.hypothesis
@HYPOTHESIS_SETTINGS
@hypothesis.given(source=BINARY)
def test_cycle(source):