msgpack-python/test
Wouter Bolsterlee 77046b839d Always raise TypeError for wrong argument types
The code that checks whether hooks are callable() (and some other type
checks) should always raise TypeError on failure. Before this change,
both ValueError and TypeError were used in an inconsistent way (C
extension and Python implementation were not the same).
2014-02-11 20:42:58 +01:00
..
test_buffer.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_case.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_except.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_extension.py Packing ExtType and some cleanup 2013-10-20 20:28:32 +09:00
test_format.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_newspec.py Add tests and bugfix. 2013-10-21 00:29:05 +09:00
test_obj.py Always raise TypeError for wrong argument types 2014-02-11 20:42:58 +01:00
test_pack.py more tests 2013-06-03 13:54:00 +09:00
test_read_size.py Split exceptions. 2012-12-10 00:31:19 +09:00
test_seq.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_sequnpack.py cleanup 2013-10-20 23:06:02 +09:00
test_subtype.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_unpack_raw.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00