mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
add unit testing of jupyter notebooks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b4bbe12ca1
commit
607f4b92f6
|
@ -80,6 +80,9 @@ jobs:
|
|||
./test-z3 -a
|
||||
cd ..
|
||||
condition: eq(variables['runUnitTest'], 'True')
|
||||
- script: |
|
||||
jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb
|
||||
jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb
|
||||
- script: git clone https://github.com/z3prover/z3test z3test
|
||||
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
||||
|
||||
|
|
Loading…
Reference in a new issue