summaryrefslogtreecommitdiff
path: root/networkx/algorithms/isomorphism
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-11-01 11:53:23 -0700
committerGitHub <noreply@github.com>2022-11-01 11:53:23 -0700
commit6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b (patch)
treeaed1aff39f68aee248b5caecf79f5c560ddb2b32 /networkx/algorithms/isomorphism
parent858c8363b7b94d2e3c01cdf03568f49fce4aba48 (diff)
downloadnetworkx-6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b.tar.gz
Update pytest (#6165)
Diffstat (limited to 'networkx/algorithms/isomorphism')
-rw-r--r--networkx/algorithms/isomorphism/tests/test_match_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/isomorphism/tests/test_match_helpers.py b/networkx/algorithms/isomorphism/tests/test_match_helpers.py
index 8ecc2429..9d7c2944 100644
--- a/networkx/algorithms/isomorphism/tests/test_match_helpers.py
+++ b/networkx/algorithms/isomorphism/tests/test_match_helpers.py
@@ -11,7 +11,7 @@ def test_categorical_node_match():
class TestGenericMultiEdgeMatch:
- def setup(self):
+ def setup_method(self):
self.G1 = nx.MultiDiGraph()
self.G2 = nx.MultiDiGraph()
self.G3 = nx.MultiDiGraph()