Skip to content

Execute test examples

Magnus Jacobsson requested to merge magjac/graphviz:execute-test-examples into master
  • Add execution of the test examples in dot.demo, except for dot.demo/neatopack.c which fails because of #1800 (closed).
    • Compilation of the examples already exists thanks to @smattr through !1455 (merged).
    • No output checking is done, only checking of exit status from the execution.
  • Add exit status interpretation to the pytest case for easier fault determination.

Merge request reports