summaryrefslogtreecommitdiff
path: root/tests/unit/test_gitlab.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-3/+1
|
* feat: default to gitlab.com if no URL givenNejc Habjan2021-09-081-1/+44
| | | | | BREAKING CHANGE: python-gitlab will now default to gitlab.com if no URL is given
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+153
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.