summaryrefslogtreecommitdiff
path: root/networkx/testing
Commit message (Collapse)AuthorAgeFilesLines
* Removes unused variablejfinkels2015-03-221-1/+0
| | | | | Before, providing an empty list to `assert_nodes_equal` caused an error. By removing this line, the function now correctly returns ``True`` if provided with an empty input list.
* 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
| | | | | | | | | | Addresses #741 There may still be more that need fixing since 1) NumPy and some other optional packages do not yet work with Python3.3 so those tests weren't checked 2) Finding these errors by running the tests is nondeterministic itself (e.g. passes 4 times and fails on the 5th). And inspecting all of the tests by hand is error-prone too.
* 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
| | | | | Still missing some functionality. Addresses #658
* 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
| | | | Addresses #658
* Add testing helper functions. Addresses #658Aric Hagberg2011-12-263-0/+57