summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_swap.py
Commit message (Expand)AuthorAgeFilesLines
* Improve code coverage of swap.py (#4529)cpurmessur2021-01-081-0/+37
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* PEP8 fixes to testsJarrod Millman2019-10-181-1/+1
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-11/+11
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-5/+5
* replace idiom from networkx import * in test filesDan Schult2019-10-121-14/+14
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-3/+10
* Comply with pep8Jarrod Millman2017-08-171-4/+11
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-7/+6
* Seed random number geneator for edge swap tests.chebee7i2014-05-041-1/+3
* lean extra white space and update copywrite in swap.pyDan Schult2012-03-281-1/+1
* Update tests and documentation.Aric Hagberg2011-12-101-9/+29
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+22