Files
mysqlclient/tests/test__mysql.py
2017-01-04 21:34:02 +09:00

8 lines
119 B
Python

import pytest
import _mysql
def test_result_type():
with pytest.raises(TypeError):
_mysql.result(b"xyz")