Skip to content
Snippets Groups Projects

Test graph generation

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