We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32c05a commit eb040b3Copy full SHA for eb040b3
tests/test_io.py
@@ -29,7 +29,7 @@ def test_normal_usage(self):
29
4 588 6
30
7 8 999
31
- --- ---""").strip('\n')
32
- print written_content
+ print(written_content)
33
assert written_content == content
34
35
def tearDown(self):
@@ -56,5 +56,5 @@ def test_normal_usage(self):
56
57
58
59
60
0 commit comments