summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_projects.py
Commit message (Collapse)AuthorAgeFilesLines
* Close-out `master` branchjlvillal/dead_masterJohn L. Villalovos2021-11-291-268/+0
| | | | | Until we delete the `master` branch, delete all content except a short README that tells people to use the `main` branch.
* refactor(objects): remove deprecated tag release APINejc Habjan2021-09-081-4/+0
| | | | | BREAKING CHANGE: remove deprecated tag release API. This was removed in GitLab 14.0
* fix: functional project service test (#1500)John Villalovos2021-06-091-0/+5
| | | chore: fix functional project service test
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+267
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