From 5ff9a0ff54d0e1a88acd01fb918dec6fc7a48426 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Sat, 3 Oct 2015 16:59:27 +0100 Subject: [PATCH] Remove redundant comments --- testing/test_skipping.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testing/test_skipping.py b/testing/test_skipping.py index c72fca3c0..edb458e91 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -443,8 +443,6 @@ class TestSkip: def test_bar(): pass """) - # cant use assertoutcome because we cant - # also check the reason result = testdir.runpytest('-rs') result.stdout.fnmatch_lines([ "*for lolz*", @@ -463,8 +461,6 @@ class TestSkip: def test_baz(): assert True """) - # cant use assertoutcome because we cant - # also check the reason result = testdir.runpytest('-rs') result.stdout.fnmatch_lines([ "*no reason*",