msgpack-python/test
TW e3fea94509 fix typos and other cosmetic issues (#214)
cosmetic issues:
- reST headlines' underline length needs to match the headline length
  (looks like somebody is / was using a proportional font)
- Cython code lines do not need to be terminated with a semicolon
- always use triple-double-quotes for docstrings
2017-01-11 12:04:23 +09:00
..
test_buffer.py Remove unused import. 2014-02-17 09:54:55 +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 fix typos and other cosmetic issues (#214) 2017-01-11 12:04:23 +09:00
test_format.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_limits.py Add max_<type>_len option to unpacker. (fixes #97). 2015-01-25 01:41:21 +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 fix typos and other cosmetic issues (#214) 2017-01-11 12:04:23 +09:00
test_read_size.py Split exceptions. 2012-12-10 00:31:19 +09:00
test_seq.py Remove six.b() 2014-02-15 22:20:57 +09:00
test_sequnpack.py test_sequnpack: python3 literals 2015-01-26 20:55:23 +01:00
test_subtype.py Use py.test instead of nosetests. 2012-12-29 11:24:25 +09:00
test_unpack.py tests: add pytest 2.3 compatibility 2015-01-23 12:27:58 -07:00
test_unpack_raw.py six.BytesIO => io.BytesIO 2014-02-15 22:16:01 +09:00