summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorAnthony Shaw <anthonyshaw@apache.org>2018-03-23 16:24:15 +1100
committerAnthony Shaw <anthonyshaw@apache.org>2018-03-23 16:24:15 +1100
commite97bd87ee20635bf585900747c3b571fd43e0fa8 (patch)
treee2a2fe814545945f682ed5056e4ddc9de78c0166 /testing
parent242fb7852b66e2dc419e8a1d8b0150876ae38eac (diff)
downloadpytest-e97bd87ee20635bf585900747c3b571fd43e0fa8.tar.gz
fix assertion when hypothesis is installed (which is should be for developing in pytest)
Diffstat (limited to 'testing')
-rw-r--r--testing/test_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_pdb.py b/testing/test_pdb.py
index fe54321ca..882e4fda2 100644
--- a/testing/test_pdb.py
+++ b/testing/test_pdb.py
@@ -504,7 +504,7 @@ class TestDebuggingBreakpoints(object):
""")
result = testdir.runpytest_inprocess("", p1)
result.stdout.fnmatch_lines([
- "*1 passed*",
+ "* passed*",
])
assert sys.breakpointhook != pytestPDB.set_trace