[pypy-commit] pypy default: Kill fake test

rlamy pypy.commits at gmail.com
Fri Nov 3 15:13:39 EDT 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
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.
-
- at given(strategies.integers(), strategies.integers())
-def test_mean_failing(a, b):
-    assert mean(a, b) >= min(a, b)


More information about the pypy-commit mailing list