- 19 Dec, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 28 Nov, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Here. It seems importlib does not load importlib.util anymore.
-
- 24 Nov, 2017 1 commit
-
-
Maximilien Colange authored
* tests/python/ipnbdoctest.py: skip test when jupyter is not found
-
- 22 Nov, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Here. It seems importlib does not load importlib.util anymore.
-
- 31 Mar, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Use importlib instead of imp. * tests/python/ltlparse.py: Fix invalid escape sequence.
-
- 29 Mar, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Use importlib instead of imp. * tests/python/ltlparse.py: Fix invalid escape sequence.
-
- 06 Jan, 2017 1 commit
-
-
Alexandre Duret-Lutz authored
This fix recent failures observed on arch linux because it uses newer versions of graphviz and Python. * tests/python/ipnbdoctest.py (sanitize): More substitutions.
-
- 11 Nov, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 10 Nov, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: here.
-
- 09 Nov, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/Makefile.am: Run Python tests before other tests. * tests/python/ipnbdoctest.py: Add some debug.
-
- 05 Nov, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Jupyter 4.2 just landed in Debian unstable, so we have a few failures because of all the renamings. * tests/python/ipnbdoctest.py: Adjust imports for Jupyter 4.2.
-
- 22 Jun, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/python/ipnbdoctest.py: Adjust sanitize function. * tests/python/ltsmin-pml.ipynb: Adjust expected output.
-
- 12 Jun, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
Fixes #162. * python/spot/ltsmin.i: Implement the magic. * NEWS: Mention it. * tests/python/ltsmin-pml.ipynb: New file. * tests/Makefile.am, doc/org/tut.org: Add it. * tests/python/ipnbdoctest.py: Adjust.
-
- 26 Jan, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* python/spot/ltsmin.i: New file. * python/Makefile.am: Add it. * python/spot/impl.i: Add bindings for kripke and fair_kripke. * tests/python/ltsmin.ipynb: New file. * tests/Makefile.am, doc/org/tut.org: Add it. * tests/python/ipnbdoctest.py: Make it possible for notebook to exit(77). * debian/control: Make the Python package dependent on libspotltsmin0. * python/spot/__init__.py: Typo.
-
- 05 Jan, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 04 Jan, 2016 1 commit
-
-
Alexandre Duret-Lutz authored
* tests/: Rename as... * tests/core/: ... this. * python/tests/: Rename as... * tests/python/: ... this. * python/tests/run.in: Move as... * tests/run.in: This, and adjust. * tests/Makefile.am: Adjust to run both core and python tests. * configure.ac, README, debian/python3-spot.examples, debian/rules, doc/org/tut.org, python/Makefile.am, spot/ltsmin/Makefile.am, spot/ltsmin/kripke.test, spot/sanity/ipynb.test: Adjust.
-
- 26 Dec, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
* python/tests/ipnbdoctest.py: Simply ignore %timeit blocks.
-
- 25 Dec, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
* wrap/python/: Rename to... * python/: ... this. * wrap/: Delete. * Makefile.am, README, configure.ac, debian/python3-spot.examples, debian/rules, doc/org/.dir-locals.el.in, doc/org/init.el.in, spot/sanity/ipynb.test: Adjust.
-
- 24 Dec, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
* wrap/python/tests/product.ipynb: New file. * wrap/python/tests/Makefile.am, doc/org/tut.org: Add it. * wrap/python/tests/ipnbdoctest.py: Ignore %timeit results. * wrap/python/spot_impl.i: Add bindings for set_state_names()/get_state_names(). * spot/twaalgos/product.cc: Fix computation of properties. * doc/org/hoa.org: Name. * NEWS: Update.
-
- 20 Apr, 2015 1 commit
-
-
Etienne Renault authored
* wrap/python/tests/ipnbdoctest.py: here.
-
- 14 Apr, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
* wrap/python/tests/ipnbdoctest.py: Store all the history in memory.
-
- 21 Mar, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
This is another part of the SVG output thay may change with different versions of graphviz. * wrap/python/tests/ipnbdoctest.py: Here.
-
- 16 Mar, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
One of our ArchLinux build produice slightly different SVG. * wrap/python/tests/ipnbdoctest.py: Strip larger parts of SVG outputs.
-
- 13 Mar, 2015 1 commit
-
-
Alexandre Duret-Lutz authored
-
- 11 Mar, 2015 2 commits
-
-
Alexandre Duret-Lutz authored
* wrap/python/tests/ipnbdoctest.py: Ignore anything that look like an SVG coordinate to compare outputs.
-
Alexandre Duret-Lutz authored
With great help from the first two commits in https://github.com/paulgb/runipy/pull/49/commits * wrap/python/tests/ipnbdoctest.py: Update.
-
- 08 Mar, 2015 2 commits
-
-
Alexandre Duret-Lutz authored
-
* wrap/python/spot.i: Rename to... * wrap/python/spot_impl.i: ...this, and import spot_impl from spot.py so that it is not needed to recompile everything when modifying python code. * wrap/python/spot.py: Adding python functions to mirror the functionalities found in src/bin. * src/bin/common_r.cc: Move simplification level... * src/ltlvisit/simplify.hh: ... here as a constructor of ltl_simplifier_options, to make it available in wrap/python. * src/bin/ltlfilt.cc: Set simplification level using the new ltl_simplifier_options constructor. * src/bin/randltl.cc: Move most of the code... * src/ltlvisit/randomltl.cc, src/ltlvisit/randomltl.hh: ... here, as a class named randltlgenerator. * wrap/python/tests/bddnqueen.py, wrap/python/tests/minato.py: Avoid calling bdd_init twice by moving 'import spot' after bdd initialization. * wrap/python/Makefile.am: Rename spot to spot_impl * wrap/python/tests/Makefile.am: Add ipnbdoctest.py. * wrap/python/.gitignore: Rename spot.py to spot_impl.py * src/ltlvisit/tostring.cc: \ttrue and \ffalse should be \top and \bot. * wrap/python/tests/ipnbdoctest.py: Run code cells of a python notebook and compare the output to the actual content of the notebook. * wrap/python/tests/randltl.ipynb: Document and test randltl. * wrap/python/tests/run.in: Call ipnbdoctest.py to run ipython notebooks.
-