summaryrefslogtreecommitdiff
path: root/tests/functional/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-272-0/+6
|
* chore(deps): upgrade gitlab-ce to 14.3.2-ce.0Nejc Habjan2021-10-081-1/+1
|
* fix: functional project service test (#1500)John Villalovos2021-06-092-3/+3
| | | chore: fix functional project service test
* test(functional): optionally keep containers running post-testsBen Brown2021-06-011-1/+1
| | | | | | Additionally updates token creation to make use of `first_or_create()`, to avoid errors from the script caused by GitLab constraints preventing duplicate tokens with the same value.
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-264-0/+57
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