This commit is contained in:
INADA Naoki
2017-01-04 21:34:02 +09:00
parent 4050c747e5
commit d16ced645f

7
tests/test__mysql.py Normal file
View File

@ -0,0 +1,7 @@
import pytest
import _mysql
def test_result_type():
with pytest.raises(TypeError):
_mysql.result(b"xyz")