From fc0bd9412cbcece8715449916f96fc1ddc51a71f Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sat, 3 Oct 2015 17:00:16 +0100 Subject: [PATCH] Test that "unconditional skip" is the default reason if none given --- testing/test_skipping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_skipping.py b/testing/test_skipping.py index edb458e91..4945dbc77 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -432,7 +432,7 @@ class TestSkip: """) result = testdir.runpytest('-rs') result.stdout.fnmatch_lines([ - "*Skipped instance*", + "*unconditional skip*", "*1 skipped*", ])