remove print, pass python32
This commit is contained in:
parent
dbe66f468a
commit
b9767fd74c
|
@ -2094,7 +2094,6 @@ class TestSetupManagement:
|
||||||
l.append("step2-%d" % item)
|
l.append("step2-%d" % item)
|
||||||
|
|
||||||
def test_finish():
|
def test_finish():
|
||||||
print l
|
|
||||||
assert l == ["setup-1", "step1-1", "step2-1", "teardown-1",
|
assert l == ["setup-1", "step1-1", "step2-1", "teardown-1",
|
||||||
"setup-2", "step1-2", "step2-2", "teardown-2",]
|
"setup-2", "step1-2", "step2-2", "teardown-2",]
|
||||||
""")
|
""")
|
||||||
|
|
Loading…
Reference in New Issue