index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
tests
/
test_clique.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new tests in test_clique.py (#6142)
Paula Pérez Bianchi
2023-02-05
1
-0
/
+11
*
Add clique examples and deprecate helper funtions (#6186)
Ross Barnowski
2023-01-08
1
-74
/
+98
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Add support for finding maximal cliques containing a set of nodes (#5172)
Achille Nazaret
2022-02-13
1
-0
/
+35
*
Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)
Dan Schult
2022-02-01
1
-3
/
+3
*
Remove decorator dependency (#4739)
Kelly Boothby
2021-06-21
1
-1
/
+1
*
Format w/ black
Jarrod Millman
2020-07-10
1
-90
/
+156
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-1
/
+1
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
1
-1
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-21
/
+21
*
Replace nose.raises with pytest.raises context manager
Jarrod Millman
2019-10-12
1
-3
/
+3
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
1
-43
/
+43
*
Fix clique tests
Stefan van der Walt
2019-10-12
1
-5
/
+4
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
1
-4
/
+5
*
Restore checking PyPy3 (#3514)
Omer Katz
2019-08-02
1
-10
/
+16
*
Fix graph_clique_number for clique-less graphs (#3051)
Lonnen
2018-07-07
1
-0
/
+9
*
Cleans make_max_clique_graph, make_clique_bipartite
Jeffrey Finkelstein
2015-11-10
1
-6
/
+24
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-3
/
+3
*
Rename enumerate_all_cliques test
ysitu
2014-06-08
1
-2
/
+2
*
Rewrite enumerate_all_cliques
ysitu
2014-06-08
1
-1
/
+6
*
Rename get_all_cliques to enumerate_all_cliques
ysitu
2014-06-08
1
-1
/
+1
*
Merge clique tests
ysitu
2014-06-08
1
-59
/
+122
*
Fix PyPy ordering issue for clique test.
chebee7i
2013-09-30
1
-4
/
+4
*
Raise exception when calling find_cliques() with a directed graph.
Aric Hagberg
2012-01-06
1
-0
/
+4
*
Ignore selfloops in find_clique and friends.
Dan Schult
2011-08-28
1
-0
/
+8
*
Change node_clique_number to use create ego_graph for each
Dan Schult
2011-01-12
1
-2
/
+10
*
Switch tests to unittest style
aric
2010-08-10
1
-0
/
+94