Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bddb9f1

Browse files
committed
Rename test file to speedup tests (XXX)
Hypothesis issue?
1 parent c8e1643 commit bddb9f1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
File renamed without changes.

tests/test_mpz.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import pytest
1212
from gmp import mpz
13-
from hypothesis import assume, example, given, settings
13+
from hypothesis import assume, example, given
1414
from hypothesis.strategies import (
1515
booleans,
1616
characters,
@@ -1026,7 +1026,6 @@ def test_pickle(protocol, x):
10261026
assert mx == pickle.loads(pickle.dumps(mx, protocol))
10271027

10281028

1029-
@settings(settings.load_profile("default"), max_examples=100)
10301029
@given(lists(integers(min_value=2), min_size=3, max_size=20))
10311030
def test_mpz_collatz(xs):
10321031
# https://en.wikipedia.org/wiki/Collatz_conjecture

0 commit comments

Comments
 (0)