summaryrefslogtreecommitdiff
path: root/networkx/testing
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-302-4/+25
* 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-262-5/+35
* Fix bad import line syntaxAric Hagberg2011-12-261-1/+1
* Add more test helpers. Addresses #658Aric Hagberg2011-12-262-11/+90
* Simpler version for edge tests, maybe not very fast.Aric Hagberg2011-12-262-12/+10
* Add testing helper functions. Addresses #658Aric Hagberg2011-12-263-0/+57