Commit Graph

7 Commits

Author SHA1 Message Date
Jason Giedymin c1ba945c7c Fix graphviz_test with test table
The tests were explicitly checking order where the underlying implementation is `map[string]*BasicNode`. This PR addresses the order which is not known and within the test I create a test table to allow multiple tests (2 in this PR rather than 1).
2014-07-30 13:24:59 -04:00
Mitchell Hashimoto 7e60a20494 digraph: fix docs 2014-07-14 12:10:26 -07:00
Mitchell Hashimoto a63125b54f digraph: more idiomatic writedot api 2014-07-14 09:00:01 -07:00
Mitchell Hashimoto ae07b26908 digraph: fix flaky test 2014-07-02 11:30:09 -07:00
Mitchell Hashimoto 2aed2fd96f Fix various order-dependent tests 2014-07-01 10:28:42 -07:00
Mitchell Hashimoto 83795bc54d digraph: double-quote dot graph elements 2014-07-01 09:54:40 -07:00
Mitchell Hashimoto c0a7e5b98b Import @armon's depgraph/digraph 2014-05-24 12:47:04 -07:00