Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aucampia committed Jul 14, 2022
1 parent cd137c0 commit 937119f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
6 changes: 4 additions & 2 deletions test/test_graph/test_graph_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Any,
Callable,
Dict,
Generator,
Iterable,
Optional,
Sequence,
Expand Down Expand Up @@ -77,7 +76,10 @@ def make_test_graph_store_bind_cases(
"""
Generate test cases for test_graph_store_bind.
"""
graph_factory = lambda: graph_type(bind_namespaces="none", store=store_type())

def graph_factory():
return graph_type(bind_namespaces="none", store=store_type())

id_prefix = f"{store_type.__name__}-{graph_type.__name__}"

def _p(
Expand Down
23 changes: 0 additions & 23 deletions test/utils/pytest.py

This file was deleted.

0 comments on commit 937119f

Please sign in to comment.