summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a76beab..bcc9aad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -120,6 +120,11 @@ deps = -r{toxinidir}/requirements-docker.txt
commands =
pytest --cov --cov-report xml tests/functional/api {posargs}
+[testenv:api_func_graphql]
+deps = -r{toxinidir}/requirements-docker.txt
+commands =
+ pytest --cov --cov-report xml tests/functional/graphql {posargs}
+
[testenv:smoke]
deps = -r{toxinidir}/requirements-test.txt
commands = pytest tests/smoke {posargs}