Fix formatting of print() calls

This commit is contained in:
Anthony Sottile
2018-11-22 00:15:14 -08:00
parent 3eaa6d8835
commit b3700f61ba
19 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ def test_ini_markers(testdir):
"""
def test_markers(pytestconfig):
markers = pytestconfig.getini("markers")
print (markers)
print(markers)
assert len(markers) >= 2
assert markers[0].startswith("a1:")
assert markers[1].startswith("a2:")