python: add python bindings for declarative_environment

* python/spot/impl.i: Here.
* tests/python/declenv.py: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-09 15:04:58 +01:00
parent 2df677d2d2
commit b81d7e5839
3 changed files with 78 additions and 4 deletions

View file

@ -322,15 +322,15 @@ TESTS_ipython = \
# do not consider part of the documentation: those have to start
# with a _.
TESTS_python = \
python/_aux.ipynb \
python/_altscc.ipynb \
python/_aux.ipynb \
python/accparse2.py \
python/alarm.py \
python/alternating.py \
python/bddnqueen.py \
python/bdditer.py \
python/bddnqueen.py \
python/bugdet.py \
python/sccinfo.py \
python/declenv.py \
python/decompose_scc.py \
python/implies.py \
python/interdep.py \
@ -347,8 +347,9 @@ TESTS_python = \
python/relabel.py \
python/remfin.py \
python/satmin.py \
python/setacc.py \
python/sccfilter.py \
python/sccinfo.py \
python/setacc.py \
python/setxor.py \
python/sum.py \
python/trival.py \