summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_clique.py
Commit message (Expand)AuthorAgeFilesLines
* Added new tests in test_clique.py (#6142)Paula Pérez Bianchi2023-02-051-0/+11
* Add clique examples and deprecate helper funtions (#6186)Ross Barnowski2023-01-081-74/+98
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Add support for finding maximal cliques containing a set of nodes (#5172)Achille Nazaret2022-02-131-0/+35
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-3/+3
* Remove decorator dependency (#4739)Kelly Boothby2021-06-211-1/+1
* Format w/ blackJarrod Millman2020-07-101-90/+156
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixes to testsJarrod Millman2019-10-181-21/+21
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-3/+3
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-43/+43
* Fix clique testsStefan van der Walt2019-10-121-5/+4
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-4/+5
* Restore checking PyPy3 (#3514)Omer Katz2019-08-021-10/+16
* Fix graph_clique_number for clique-less graphs (#3051)Lonnen2018-07-071-0/+9
* Cleans make_max_clique_graph, make_clique_bipartiteJeffrey Finkelstein2015-11-101-6/+24
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-3/+3
* Rename enumerate_all_cliques testysitu2014-06-081-2/+2
* Rewrite enumerate_all_cliquesysitu2014-06-081-1/+6
* Rename get_all_cliques to enumerate_all_cliquesysitu2014-06-081-1/+1
* Merge clique testsysitu2014-06-081-59/+122
* Fix PyPy ordering issue for clique test.chebee7i2013-09-301-4/+4
* Raise exception when calling find_cliques() with a directed graph.Aric Hagberg2012-01-061-0/+4
* Ignore selfloops in find_clique and friends.Dan Schult2011-08-281-0/+8
* Change node_clique_number to use create ego_graph for eachDan Schult2011-01-121-2/+10
* Switch tests to unittest stylearic2010-08-101-0/+94