]> granicus.if.org Git - python/commit
Issue #19591: Use specific asserts in ctype tests.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 21:51:26 +0000 (23:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Nov 2013 21:51:26 +0000 (23:51 +0200)
commit7c5e24f948e6ce33e21b09833f8fe3a8eb1530ac
tree4c891893e0ec49b528246c9e38a8d8b42c486f6e
parent328cf3cbdfd6b09d4eae496b746e5013291e6aca
Issue #19591: Use specific asserts in ctype tests.
16 files changed:
Lib/ctypes/test/test_arrays.py
Lib/ctypes/test/test_as_parameter.py
Lib/ctypes/test/test_buffers.py
Lib/ctypes/test/test_byteswap.py
Lib/ctypes/test/test_cast.py
Lib/ctypes/test/test_frombuffer.py
Lib/ctypes/test/test_funcptr.py
Lib/ctypes/test/test_functions.py
Lib/ctypes/test/test_loading.py
Lib/ctypes/test/test_numbers.py
Lib/ctypes/test/test_parameters.py
Lib/ctypes/test/test_pointers.py
Lib/ctypes/test/test_python_api.py
Lib/ctypes/test/test_refcounts.py
Lib/ctypes/test/test_strings.py
Lib/ctypes/test/test_structures.py