summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/tests/test_connected.py
Commit message (Expand)AuthorAgeFilesLines
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-281-2/+6
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-1/+2
* Format w/ blackJarrod Millman2020-07-101-4/+17
* Make connected_components safe to component set mutation (#3859)Kelly Boothby2020-03-091-0/+8
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-6/+6
* Remove deprecated functions and methods. add to release notes.Dan Schult2019-10-121-12/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-8/+8
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-12/+13
* Pep8 fixesJarrod Millman2018-01-201-8/+8
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-091-1/+7
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Remove subgraph attributes tests, now they are in a separate file.Jordi Torrents2015-05-101-30/+34
* Add tests for subgraphs without copy for [bi]components.Jordi Torrents2015-05-071-43/+63
* Connected component subgraphs copyAric Hagberg2013-10-071-7/+7
* Update condensation to use integer labels.Aric Hagberg2011-10-101-1/+1
* Fix typo in edge_subgraphDan Schult2011-10-081-3/+14
* Remove component class code until we settle on design and location.Aric Hagberg2010-11-111-101/+0
* Adding class for incrementally tracking connected components.Chris Ellison2010-11-041-0/+98
* Add tests for connected, weakly_connected, strongly_connected.aric2010-04-171-0/+64