Skip to content

Commit b92d881

Browse files
FlorentinDDarthMax
andcommitted
Add tox target to run session v2 integration tests
Co-authored-by: Max Kießling <max.kiessling@neo4j.com>
1 parent 49685b2 commit b92d881

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ deps =
107107
-r {toxinidir}/requirements/dev/notebook-aura-ci.txt
108108
commands =
109109
python ./scripts/run_notebooks.py sessions-self-managed-db
110+
111+
[testenv:session-v2-endpoints]
112+
passenv =
113+
GDS_SESSION_IMAGE
114+
commands =
115+
pytest graphdatascience/tests/integrationV2/procedure_surface/ --include-integration-v2

0 commit comments

Comments
 (0)