summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-02-27 21:07:00 +0100
committerGitHub <noreply@github.com>2018-02-27 21:07:00 +0100
commit8239103aa95f18b10ea204aa22ca7967522d63fd (patch)
tree786a404384ecb01c9f302ace28dc966a011da915 /testing
parentdab96cbf278adc63c2119b884e9d2ae48b044368 (diff)
downloadpytest-8239103aa95f18b10ea204aa22ca7967522d63fd.tar.gz
Fix typo with test_summary_list_after_errors
Diffstat (limited to 'testing')
-rw-r--r--testing/test_skipping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_skipping.py b/testing/test_skipping.py
index f67819a1c..90562c939 100644
--- a/testing/test_skipping.py
+++ b/testing/test_skipping.py
@@ -1093,7 +1093,7 @@ def test_mark_xfail_item(testdir):
def test_summary_list_after_errors(testdir):
- """Ensure the list of errors/fails/xfails/skips appear after tracebacks in terminal reporting."""
+ """Ensure the list of errors/fails/xfails/skips appears after tracebacks in terminal reporting."""
testdir.makepyfile("""
import pytest
def test_fail():