def test_is_text_false(): assert is_text(BINARY_DATA) == False
def test_is_text_true(): assert is_text(TEXT_DATA) == True