summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/tests/test_edge_augmentation.py
Commit message (Expand)AuthorAgeFilesLines
* Update black (#4814)Jarrod Millman2021-05-181-2/+2
* Format w/ blackJarrod Millman2020-07-101-93/+116
* Update string formatJarrod Millman2020-01-011-10/+10
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-8/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-2/+2
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-14/+12
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-43/+36
* Unify random state treatment across package (#3058)Dan Schult2018-07-161-2/+3
* Misc. typos (#2872)luzpaz2018-02-141-3/+3
* Pep8 fixesJarrod Millman2018-01-201-1/+1
* Added function for finding a k-edge-augmentation (#2572)Jon Crall2017-10-021-0/+481