summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_dominating.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-4/+3
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-6/+6
* 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-10/+10
* Fix links (#2663)Jarrod Millman2017-09-111-1/+1
* Comply with pep8Jarrod Millman2017-08-171-1/+6
* Remove "fail" and "error" from names of test functionsDan Schult2016-02-061-1/+1
* Add some more tests for dominating sets functions.Jordi Torrents2013-08-141-8/+26
* Move dominating set code to separate packageAric Hagberg2013-07-281-0/+23