summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_swap.py
Commit message (Expand)AuthorAgeFilesLines
* Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)Paula Pérez Bianchi2022-12-131-3/+19
* Rm incorrect test case for connected edge swap (#6223)Ross Barnowski2022-11-211-5/+0
* Swap.py coverage to 100 (#6176)Michael Holtz2022-11-081-0/+20
* Implement directed edge swap (#5663)Ben Heil2022-06-241-2/+33
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* 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