From 340b0a9e9bea10842e36c2dcdeec2390a5670dea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Sun, 1 Dec 2013 20:31:49 -0500 Subject: [PATCH] pytest: Debug code. --- tests/pytest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/pytest b/tests/pytest index 6a3a654..cc49473 100755 --- a/tests/pytest +++ b/tests/pytest @@ -346,6 +346,10 @@ class Main: stdout = sys.stdout = StringIO() stderr = sys.stderr = StringIO() self.activate_profiling() + try: + function(*arguments) + except Skipped: + pass try: try: function(*arguments) -- 2.40.0