removing manual "hypothesis" test mark per https://github.com/HypothesisWorks/hypothesis/issues/1362 (#15)
parent
e09e8985aa
commit
33872f7c71
|
@ -38,7 +38,6 @@ HYPOTHESIS_SETTINGS = hypothesis.settings(
|
||||||
BINARY = hypothesis_strategies.binary()
|
BINARY = hypothesis_strategies.binary()
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.hypothesis
|
|
||||||
@HYPOTHESIS_SETTINGS
|
@HYPOTHESIS_SETTINGS
|
||||||
@hypothesis.given(source=BINARY)
|
@hypothesis.given(source=BINARY)
|
||||||
def test_cycle(source):
|
def test_cycle(source):
|
||||||
|
|
Loading…
Reference in New Issue