summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/tests
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-194-15/+15
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-1/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-027-15/+24
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-1/+1
* doc: fix typos in docstring and comment (#5647)danielolsen2022-05-161-1/+1
* Drop Py37 (#5143)Jarrod Millman2021-10-231-1/+1
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-2/+4
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-082-3/+3
* Update black (#4814)Jarrod Millman2021-05-182-3/+3
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-193-19/+4
* Format w/ blackJarrod Millman2020-07-106-234/+319
* Added fix for issue #3846 (#3848)Dan Schult2020-03-041-1/+1
* Update string formatJarrod Millman2020-01-014-73/+84
* Upgrade to Py36 syntaxJarrod Millman2020-01-014-18/+18
* Convert %-format to fstringJarrod Millman2020-01-012-2/+2
* Improve test coverageJarrod Millman2019-12-311-45/+63
* Refactor testsJarrod Millman2019-11-192-0/+5
* Update styleJarrod Millman2019-11-192-104/+141
* Remove superfluous encoding informationJarrod Millman2019-11-112-2/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* PEP8 fixes to testsJarrod Millman2019-10-183-10/+11
* Replace eq_, ok_ with assertJarrod Millman2019-10-121-6/+5
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-122-50/+50
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-126-56/+53
* tracking down use of deprecated functionsDan Schult2019-10-121-1/+2
* Remove unused importsJarrod Millman2019-10-125-5/+5
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-128-348/+255
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-13/+14
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Make tests deterministic in connectivity/ (#3220)Dan Schult2018-11-044-17/+17
* Speed up kcut and kcomponent tests (#3108)Dan Schult2018-08-012-44/+34
* Fix bugs in all_node_cuts, address #3025 (#3039)Haochen Wu2018-07-241-5/+12
* Unify random state treatment across package (#3058)Dan Schult2018-07-162-8/+10
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-1/+1
* Misc. typos (#2872)luzpaz2018-02-142-4/+4
* Pep8 fixesJarrod Millman2018-01-206-53/+102
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-142-6/+0
* Add flow based node and edge disjoint paths. (#2063)Jordi Torrents2017-11-271-0/+261
* Dictionary comprehensions from #1700 merged conflicts (#2768)Dan Schult2017-11-251-2/+2
* Added function for finding a k-edge-augmentation (#2572)Jon Crall2017-10-021-0/+481
* Removed unused imports (#2653)James Lamb2017-10-012-2/+1
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-123-4/+4
* [ENH] Added functions for k-edge-connected components/subgraphs (#2554)Jon Crall2017-08-081-0/+513
* Some changes to reduce the really long parts of tests (#2561)Dan Schult2017-08-022-4/+6
* Comply with pep8Jarrod Millman2017-07-252-81/+95
* Use random_powerlaw_tree_sequence instead of powerlaw_sequenceJarrod Millman2017-07-252-2/+2
* Remove blockmodel deprecated in 2015Jarrod Millman2017-07-251-1/+1
* Remove create_degree_sequence deprecated in 2013Jarrod Millman2017-07-252-3/+3