summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-05-25 17:35:17 -0700
committerJohn L. Villalovos <john@sodarock.com>2021-05-26 06:42:19 -0700
commit502715d99e02105c39b2c5cf0e7457b3256eba0d (patch)
treee9064cda7c903159d8025def351475c10a707118 /tox.ini
parent9beff0d484b5fe86e2cd31f20cf00a309e09cf75 (diff)
downloadgitlab-502715d99e02105c39b2c5cf0e7457b3256eba0d.tar.gz
chore: rename 'tools/functional/' to 'tests/functional/'
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d3dfdfc..a1b1b42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -97,9 +97,9 @@ script_launch_mode = subprocess
[testenv:cli_func_v4]
deps = -r{toxinidir}/docker-requirements.txt
commands =
- pytest --cov --cov-report xml tools/functional/cli {posargs}
+ pytest --cov --cov-report xml tests/functional/cli {posargs}
[testenv:py_func_v4]
deps = -r{toxinidir}/docker-requirements.txt
commands =
- pytest --cov --cov-report xml tools/functional/api {posargs}
+ pytest --cov --cov-report xml tests/functional/api {posargs}