summaryrefslogtreecommitdiff
path: root/tests/unit/objects/test_environments.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for Protected Environmentscalve2022-06-221-1/+26
| | | | | | | | - https://docs.gitlab.com/ee/api/protected_environments.html - https://github.com/python-gitlab/python-gitlab/issues/1130 no write operation are implemented yet as I have no use case right now and am not sure how it should be done
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+30
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.