summaryrefslogtreecommitdiff
path: root/networkx/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Removes unused variablejfinkels2015-03-221-1/+0
* Fix error in testing/utils: assert_graphs_equal was not correct for multi graphsJakob Schelbert2013-09-301-4/+4
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-0/+2
* Fix off-by-one error in edge comparison testing utility.Aric Hagberg2012-07-051-2/+2
* Another version of test helpers that works with python3.Aric Hagberg2011-12-261-5/+29
* Add more test helpers. Addresses #658Aric Hagberg2011-12-261-4/+29
* Simpler version for edge tests, maybe not very fast.Aric Hagberg2011-12-261-6/+2
* Add testing helper functions. Addresses #658Aric Hagberg2011-12-261-0/+10