Missing files and requirements
This commit is contained in:
parent
cd74bb53f6
commit
5e28a8d108
6 changed files with 82 additions and 2 deletions
2
state/test/fixtures/state.py
vendored
2
state/test/fixtures/state.py
vendored
|
|
@ -7,7 +7,7 @@ from state.neo4jstate import Neo4jState
|
|||
@pytest.fixture(params=[
|
||||
(PyState,),
|
||||
(RDFState, "http://example.org/#"),
|
||||
(Neo4jState,)
|
||||
# (Neo4jState,)
|
||||
])
|
||||
def state(request):
|
||||
if len(request.param) > 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue