| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removes unused variable | jfinkels | 2015-03-22 | 1 | -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 graphs | Jakob Schelbert | 2013-09-30 | 1 | -4/+4 |
| | | |||||
| * | Fix/adjust/remove/modify tests that depend on dictionary ordering. | Aric Hagberg | 2012-07-08 | 1 | -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 Hagberg | 2012-07-05 | 1 | -2/+2 |
| | | |||||
| * | Another version of test helpers that works with python3. | Aric Hagberg | 2011-12-26 | 1 | -5/+29 |
| | | | | | | Still missing some functionality. Addresses #658 | ||||
| * | Add more test helpers. Addresses #658 | Aric Hagberg | 2011-12-26 | 1 | -4/+29 |
| | | |||||
| * | Simpler version for edge tests, maybe not very fast. | Aric Hagberg | 2011-12-26 | 1 | -6/+2 |
| | | | | | Addresses #658 | ||||
| * | Add testing helper functions. Addresses #658 | Aric Hagberg | 2011-12-26 | 1 | -0/+10 |
