add tests for Python interface
commit2dfd668c2210dc27fc4f039b6846ae2789a4546f
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 5 Aug 2017 14:47:29 +0000 (5 16:47 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 17 Nov 2017 08:44:52 +0000 (17 09:44 +0100)
tree5e3ed45f49a6b0f3188e269842e3f57dc16300a9
parent0d437284a724f3635267288339bf5c48fa6c0cfe
add tests for Python interface

These tests are modeled after those for the C++ interface without
exceptions.  There are some differences because the Python interface
does support exceptions and it does not support creating null objects.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
.gitignore
Makefile.am
configure.ac
interface/Makefile.am
interface/isl_test_python.py [new file with mode: 0755]