]> granicus.if.org Git - graphviz/commit
tests: abstract running 'dot' and checking its return code into library function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 7 Dec 2021 01:11:50 +0000 (17:11 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 12 Dec 2021 01:28:52 +0000 (17:28 -0800)
commit297ed0bc7b61b2a6616c335726334836c8ffcc10
tree594f128e473596ae746beb4667da6327d494dde1
parente81fc738fc5497cc104fe32ce94dd95732724450
tests: abstract running 'dot' and checking its return code into library function

This makes the common pattern of “run `dot`, checking its exit status, and give
me the resulting output” more concise and readable in the test suite.
rtest/gvtest.py
rtest/test_misc.py
rtest/test_regression.py