Skip to content

Commit

Permalink
Rename enumerate_all_cliques test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysitu committed Jun 8, 2014
1 parent 09c46e8 commit 1443a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkx/algorithms/tests/test_clique.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ def test_directed(self):
cliques = nx.find_cliques(nx.DiGraph())


class TestGetAllCliques:
class TestEnumerateAllCliques:

def test_paper_figure_4(self):
# Same graph as given in Fig. 4 of paper get_all_cliques is
# Same graph as given in Fig. 4 of paper enumerate_all_cliques is
# based on.
# http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1559964&isnumber=33129
G = nx.Graph()
Expand Down

0 comments on commit 1443a60

Please sign in to comment.