Author: Ronan Lamy <[email protected]> Branch: Changeset: r92923:d1cd247b10f6 Date: 2017-11-03 19:13 +0000 http://bitbucket.org/pypy/pypy/changeset/d1cd247b10f6/
Log: Kill fake test diff --git a/extra_tests/test_failing.py b/extra_tests/test_failing.py deleted file mode 100644 --- a/extra_tests/test_failing.py +++ /dev/null @@ -1,8 +0,0 @@ -from hypothesis import given, strategies - -def mean(a, b): - return (a + b)/2. - -@given(strategies.integers(), strategies.integers()) -def test_mean_failing(a, b): - assert mean(a, b) >= min(a, b) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
