From e97bd87ee20635bf585900747c3b571fd43e0fa8 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Fri, 23 Mar 2018 16:24:15 +1100 Subject: [PATCH] fix assertion when hypothesis is installed (which is should be for developing in pytest) --- testing/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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