Mercurial > p > roundup > code
changeset 7840:ce740d9a7d8d
test: set encodePassword test count to normal. Not 100x normal.
[skip travis] hypothesis testing not done on python 2.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 26 Mar 2024 15:36:31 -0400 |
| parents | 6aea9dad6d4a |
| children | 673bb9cb41b4 |
| files | test/test_hypothesis.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/test_hypothesis.py Tue Mar 26 15:08:44 2024 -0400 +++ b/test/test_hypothesis.py Tue Mar 26 15:36:31 2024 -0400 @@ -54,7 +54,7 @@ "SHA", "MD5", "crypt", "plaintext", "zot"))) @example("asd\x00df", "crypt") - @settings(max_examples=100 * _max_examples) + @settings(max_examples=_max_examples) def test_encodePassword(self, password, scheme): if scheme == "crypt" and password and "\x00" in password:
