postproc: add Python bindings for Parity changes

* python/spot/__init__.py: Here.
* tests/python/parity.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2018-01-02 17:42:53 +01:00
parent 42ebf8b18c
commit 288ea95658
3 changed files with 79 additions and 16 deletions

View file

@ -372,6 +372,7 @@ TESTS_python = \
python/origstate.py \
python/otfcrash.py \
python/parsetgba.py \
python/parity.py \
python/prodexpt.py \
python/randgen.py \
python/relabel.py \