graph icon indicating copy to clipboard operation
graph copied to clipboard

Refactoring graphviz_test for review

Open sehe opened this issue 1 year ago • 0 comments

(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).

sehe avatar May 03 '24 03:05 sehe