Remove code debugging leftovers

This commit is contained in:
Bruno Oliveira
2019-03-02 09:56:15 -03:00
parent d97473e551
commit 6a2d122a50
3 changed files with 1 additions and 3 deletions

View File

@@ -1904,7 +1904,7 @@ class TestAutouseManagement(object):
"setup-2", "step1-2", "step2-2", "teardown-2",]
"""
)
reprec = testdir.inline_run("-v")
reprec = testdir.inline_run("-s")
reprec.assertoutcome(passed=5)
def test_ordering_autouse_before_explicit(self, testdir):