diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-26 16:57:49 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-26 21:23:53 +0200 |
commit | c4ab4f57e23eed06faeac8d4fa9ffb9ce5d47e48 (patch) | |
tree | 941323770ee9f09b561631170a33bd4547953378 /tox.ini | |
parent | 91c1c27956a51e2e12e3104c30988696711230ff (diff) | |
download | gitlab-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |