fixing lint error

This commit is contained in:
Manish Kumar 2016-08-26 14:22:02 +05:30
parent 16401d5be8
commit 2cf4efab07

View File

@ -87,6 +87,7 @@ def test_is_mostly_bin():
assert strutils.is_mostly_bin(b"foo" + b"\xFF" * 10)
assert not strutils.is_mostly_bin("")
def test_is_xml():
assert not strutils.is_xml(b"foo")
assert strutils.is_xml(b"<foo")