graph
graph copied to clipboard
Refactoring graphviz_test for review
(note this PR builds on #374)
The code was mostly fine (except for unhygienic using namespace in
places), but it was hard to see what was covered.
I've seperated fixtures (sample input + expected output), and models into separate namespaces.
This simplifies invocations of the ComparisonDriver (test_graph).