bindings: python: use unittest to implement a proper test-suite
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 12:28:30 +0000 (14:28 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 9 Aug 2019 12:52:01 +0000 (14:52 +0200)
commit452696601ae5e1b1498fe1109cff2146e5424514
tree978a3377057e950f17da495da43e92bbcf61566d
parentb33cb2aa56f2c8ac21a414ac66ba4c733d1c9444
bindings: python: use unittest to implement a proper test-suite

Currently the only tests we have for python bindings are in a simple
script that makes a lot of assumptions about the environment and
doesn't even work anymore with recent kernels.

Remove it and replace it with a proper test-suite implemented using
libgpiod and the standard python unittest package.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
TODO
bindings/python/Makefile.am
bindings/python/examples/Makefile.am
bindings/python/examples/gpiod_tests.py [deleted file]
bindings/python/tests/Makefile.am [new file with mode: 0644]
bindings/python/tests/gpiod_py_test.py [new file with mode: 0755]
bindings/python/tests/gpiomockupmodule.c [new file with mode: 0644]
configure.ac