tests: add a test for accessing the C API through ctypes69a904e8143a9990f64aa9f83f42225239761a52
commit69a904e8143a9990f64aa9f83f42225239761a52
authorChristoph Reiter <reiter.christoph@gmail.com>
Fri, 13 Apr 2018 19:27:18 +0000 (13 21:27 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Fri, 13 Apr 2018 19:27:18 +0000 (13 21:27 +0200)
tree935582fbb604f2a5c6301cde1183da2eef5328ea
parent064a9baef0c9df7ae0cf3cace6d405bf78b01241
tests: add a test for accessing the C API through ctypes

For some API it might be easier to test things through Python and
I had this lying around so why not.
tests/test_pycapi.py [new file with mode: 0644]