python: do not crash when a function returns a null formula

* wrap/python/spot_impl.i: Map null formulas to None.
* wrap/python/tests/randgen.py: New file.
* wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-02 19:43:39 +02:00
parent 24ef5a0b7f
commit 5f2d55ab2e
3 changed files with 37 additions and 0 deletions

View file

@ -48,6 +48,7 @@ TESTS = \
parsetgba.py \
piperead.ipynb \
randaut.ipynb \
randgen.py \
randltl.ipynb \
relabel.py \
setxor.py \