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.
2 parents 3b3ce0e + 0db9dad commit a295a3dCopy full SHA for a295a3d
testing/test_pastebin.py
@@ -55,7 +55,7 @@ def test_skip():
55
]
56
)
57
58
- def test_non_ascii_paste_text(self, testdir):
+ def test_non_ascii_paste_text(self, testdir, pastebinlist):
59
"""Make sure that text which contains non-ascii characters is pasted
60
correctly. See #1219.
61
"""
@@ -74,6 +74,7 @@ def test():
74
"*Sending information to Paste Service*",
75
76
77
+ assert len(pastebinlist) == 1
78
79
80
class TestPaste:
0 commit comments