Skip to content

Commit

Permalink
tests: Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Aug 21, 2024
1 parent 01fd4a7 commit 2469069
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dotmotif/executors/test_neo4jexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
import networkx as nx


class TestNeo4jExecutor(unittest.TestCase):
def test_numerical_ids_fail_with_message_github_26(self):
g = nx.DiGraph()
g.add_edge(1, 2)
with self.assertRaisesRegex(Exception, "numerical IDs"):
Neo4jExecutor(graph=g)


class TestNeo4jExecutor_Automorphisms(unittest.TestCase):
def test_basic_node_attr(self):
exp = """\
Expand Down

0 comments on commit 2469069

Please sign in to comment.