summaryrefslogtreecommitdiff
path: root/tests/functional/ee-test.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: migrate legacy EE tests to pytestNejc Habjan2022-10-181-165/+0
|
* fix: use epic id instead of iid for epic notesShreya2022-10-161-0/+7
|
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-4/+4
|
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-1/+1
|
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+158
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