Skip to content
Snippets Groups Projects

Test graph generation

Merged Bryan Brancotte requested to merge test-render-graph into main
+ 1
0
run_tests:
image: "python:$VERSION"
script:
- apt install graphviz
- pip install -e .[dev]
- export PYTHONPATH="$(pwd)"
- coverage run --source . run_tests.py
Loading