summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-04-26 16:57:49 +0200
committerNejc Habjan <hab.nejc@gmail.com>2020-04-26 21:23:53 +0200
commitc4ab4f57e23eed06faeac8d4fa9ffb9ce5d47e48 (patch)
tree941323770ee9f09b561631170a33bd4547953378 /tox.ini
parent91c1c27956a51e2e12e3104c30988696711230ff (diff)
downloadgitlab-test/pytest-cli-tests.tar.gz
test(cli): convert shell tests to pytest test casestest/pytest-cli-tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f721ebc..27988cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
black
commands =
- black {posargs} gitlab
+ black {posargs} gitlab tools/functional
[testenv:venv]
commands = {posargs}