summaryrefslogtreecommitdiff
path: root/tools/functional/cli
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-265-818/+0
| | | | | | | | | 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
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* fix: test_update_group() dependency on orderingJohn L. Villalovos2021-02-201-1/+1
| | | | | | | | Since there are two groups we can't depend on the one we changed to always be the first one returned. Instead fetch the group we want and then test our assertion against that group.
* test(cli): add test for job artifacts downloadfix/cli-binary-dataNejc Habjan2020-10-121-0/+52
|
* test(env): replace custom scripts with pytest and docker-composeNejc Habjan2020-09-151-2/+2
|
* test(api): add tests for variables APINejc Habjan2020-08-312-0/+40
|
* test(packages): add tests for Packages APINejc Habjan2020-08-292-0/+727