We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbea2db commit bd8dab4Copy full SHA for bd8dab4
1 file changed
tests/test_file.py
@@ -60,6 +60,8 @@ def fn(s):
60
fn(cStringIO.StringIO(b))
61
fn(buffer(b)) # noqa: F821
62
63
+ if six.PY3:
64
+ fn(b)
65
66
def test_create_with_url(): # type: () -> None
67
f = File.create_with_url(
0 commit comments