summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_gitlab.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-301-2/+2
| | | | | Have code use constants from the gitlab.const module instead of from the top-level gitlab module.
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-2/+2
|
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+183
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