python: report dot errors

* python/spot/aux.py: Catch errors from dot and signal them.
* tests/python/_aux.ipynb: New file.
* tests/Makefile.am: Add it.
* tests/sanity/ipynb.pl: Support the convention that tests starting with
'_' should not be published on the web site.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-16 14:34:57 +01:00
parent c093b7b78f
commit 22af7aefdf
4 changed files with 86 additions and 5 deletions

View file

@ -284,6 +284,7 @@ TESTS_twa = \
if USE_PYTHON
TESTS_python = \
python/_aux.ipynb \
python/acc_cond.ipynb \
python/accparse.ipynb \
python/accparse2.py \