Do not use py2-only print, breaks py3 testruns
This commit is contained in:
parent
e843b028e6
commit
1b7c70eab4
|
@ -295,7 +295,7 @@ class TestPython:
|
||||||
assert M1 == M2
|
assert M1 == M2
|
||||||
""")
|
""")
|
||||||
result, dom = runandparse(testdir)
|
result, dom = runandparse(testdir)
|
||||||
print dom.toxml()
|
# print dom.toxml()
|
||||||
|
|
||||||
def test_pass_captures_stdout(self, testdir):
|
def test_pass_captures_stdout(self, testdir):
|
||||||
testdir.makepyfile("""
|
testdir.makepyfile("""
|
||||||
|
|
Loading…
Reference in New Issue