summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_chordal.py
Commit message (Expand)AuthorAgeFilesLines
* Fix output of is_chordal for empty graphs (#6563)Navya Agarwal2023-04-251-2/+2
* Lint using Ruff (#6371)danieleades2023-02-191-4/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-141-1/+1
* Make chordal_graph_cliques a generator (#5758)Juanita Gomez2022-06-161-4/+4
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Improving code coverage of chordal.py (#4471)cpurmessur2021-01-121-0/+19
* Format w/ blackJarrod Millman2020-07-101-23/+53
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-6/+6
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-1/+1
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-3/+3
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-16/+16
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-4/+5
* Get chordal graph for #1054 (#3353)Julien Klaus2019-08-081-9/+29
* Comply with pep8Jarrod Millman2017-08-171-24/+24
* Moves chordal package to module.Jeffrey Finkelstein2015-11-171-0/+59