fixes to against python3.3

This commit is contained in:
holger krekel
2012-10-01 10:14:54 +02:00
parent 57a832812b
commit 5173647b4d
5 changed files with 12 additions and 9 deletions

View File

@@ -2391,7 +2391,7 @@ class TestFuncargMarker:
def test_3(self):
pass
""")
result = testdir.runpytest("-v")
result = testdir.runpytest("-vs")
result.stdout.fnmatch_lines("""
test_class_ordering.py:4: TestClass2.test_1[1-a] PASSED
test_class_ordering.py:4: TestClass2.test_1[2-a] PASSED