twa_graph: more test coverage

The goal is to improve coverage stats, but I discovered two issues
while doing so.

* tests/python/twagraph.py: New test case.
* tests/Makefile.am: Add it.
* spot/twa/twagraph.hh: Add fix typos in error messages.
* python/spot/impl.i: Fix broken wrappers for state_from_number and
state_acc_sets.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-07 17:24:14 +01:00
parent be4f139757
commit 2e763a08cc
5 changed files with 98 additions and 4 deletions

View file

@ -349,6 +349,7 @@ TESTS_python = \
python/sccfilter.py \
python/setxor.py \
python/trival.py \
python/twagraph.py \
$(TESTS_ipython)
endif