]> granicus.if.org Git - python/commit
Issue #22060: Clean up/simplify test_ctypes, use test discovery
authorZachary Ware <zachary.ware@gmail.com>
Fri, 8 Aug 2014 18:32:16 +0000 (13:32 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 8 Aug 2014 18:32:16 +0000 (13:32 -0500)
commit5a794c16d98a12f75b728ff902c410f10f93770f
treed9f29c5e59cf7fed90e5bf09d8b06f6bc3eda690
parent79a1ffde9b3ae4b7dccdf2a64c6fc7cb7c243211
Issue #22060: Clean up/simplify test_ctypes, use test discovery
Lib/ctypes/test/__init__.py
Lib/ctypes/test/__main__.py [new file with mode: 0644]
Lib/ctypes/test/runtests.py [deleted file]
Lib/ctypes/test/test_find.py
Lib/ctypes/test/test_loading.py
Lib/ctypes/test/test_python_api.py
Lib/ctypes/test/test_win32.py
Lib/test/test_ctypes.py
Misc/NEWS