summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_dominance.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit (#6545)Jarrod Millman2023-03-231-1/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Format w/ blackJarrod Millman2020-07-101-90/+119
* Deprecate context_manager reversed in favor of reversed_view (#3983)Dan Schult2020-06-021-22/+17
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-23/+23
* PEP8 fixes to testsJarrod Millman2019-10-181-27/+27
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-7/+7
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-29/+29
* Comply with pep8Jarrod Millman2017-08-171-15/+12
* Remove commented code and spurious print.Aric Hagberg2016-04-181-1/+0
* Fix loop issue. Use sets.Aric Hagberg2016-04-181-27/+33
* Fixes 2 bugs in dominance frontier codeAric Hagberg2016-04-181-5/+92
* Add algorithm for computing dominance frontiersysitu2014-08-101-0/+86
* Add algorithm for computing immediate dominatorsysitu2014-08-091-0/+85