summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/tests/test_kcomponents.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Refactor testsJarrod Millman2019-11-191-0/+3
* Update styleJarrod Millman2019-11-191-81/+123
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-4/+4
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-13/+12
* Make tests deterministic in connectivity/ (#3220)Dan Schult2018-11-041-4/+4
* Speed up kcut and kcomponent tests (#3108)Dan Schult2018-08-011-30/+24
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-2/+0
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Comply with pep8Jarrod Millman2017-07-251-27/+39
* Use random_powerlaw_tree_sequence instead of powerlaw_sequenceJarrod Millman2017-07-251-1/+1
* Remove blockmodel deprecated in 2015Jarrod Millman2017-07-251-1/+1
* Remove create_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-2/+2
* Improve fixes for k-components tests.Jordi Torrents2017-04-021-7/+9
* Fixes for k-components tests and node connectivity approximation doctests (#5)Jordi Torrents2017-04-021-24/+12
* Fix test ordering issues for python3.6Aric Hagberg2017-04-021-2/+3
* Add k-(node)-components algorithm.Jordi Torrents2015-06-031-0/+256