summaryrefslogtreecommitdiff
path: root/tests/unit/test_gitlab_auth.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-021-0/+114
| | | | | | | | BREAKING-CHANGE: The gitlab CLI will now accept CLI arguments and environment variables for its global options in addition to configuration file options. This may change behavior for some workflows such as running inside GitLab CI and with certain environment variables configured.
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+85
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.