Skip to content

Commit d49b2a0

Browse files
committed
test: set encodePassword test count to normal. Not 100x normal.
[skip travis] hypothesis testing not done on python 2.
1 parent 472c180 commit d49b2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hypothesis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_h64encode_h64decode(self, s):
5454
"SHA", "MD5", "crypt", "plaintext",
5555
"zot")))
5656
@example("asd\x00df", "crypt")
57-
@settings(max_examples=100 * _max_examples)
57+
@settings(max_examples=_max_examples)
5858
def test_encodePassword(self, password, scheme):
5959

6060
if scheme == "crypt" and password and "\x00" in password:

0 commit comments

Comments
 (0)