summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_snippets.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-2/+2
|
* test(functional): replace len() calls with list membership checksNejc Habjan2022-07-031-7/+5
|
* chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-301-1/+1
| | | | | Have code use constants from the gitlab.const module instead of from the top-level gitlab module.
* refactor(objects): remove deprecated constants defined in objectsNejc Habjan2021-09-111-1/+1
| | | | | BREAKING CHANGE: remove deprecated constants defined in gitlab.v4.objects, and use only gitlab.const module
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+74
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