diff options
| author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-11-01 11:53:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 11:53:23 -0700 |
| commit | 6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b (patch) | |
| tree | aed1aff39f68aee248b5caecf79f5c560ddb2b32 /networkx/algorithms/isomorphism | |
| parent | 858c8363b7b94d2e3c01cdf03568f49fce4aba48 (diff) | |
| download | networkx-6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b.tar.gz | |
Update pytest (#6165)
Diffstat (limited to 'networkx/algorithms/isomorphism')
| -rw-r--r-- | networkx/algorithms/isomorphism/tests/test_match_helpers.py | 2 |
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() |
