summaryrefslogtreecommitdiff
path: root/tests/unit/test_gitlab.py
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-041-18/+0
* feat(client): warn user on misconfigured URL in `auth()`Nejc Habjan2022-08-041-1/+23
* fix: optionally keep user-provided base URL for pagination (#2149)Omar Mochtar2022-08-031-0/+55
* test: always ensure clean config environmentNejc Habjan2022-07-261-6/+1
* test: fix broken test if user had config filesJohn L. Villalovos2022-07-231-1/+6
* fix(config): raise error when gitlab id provided but no config section foundNejc Habjan2022-07-221-1/+6
* fix(config): raise error when gitlab id provided but no config file foundNejc Habjan2022-07-221-0/+6
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-2/+2
* test: add tests and clean up usage for new enumsNejc Habjan2022-06-271-13/+21
* test: increase client coverageNejc Habjan2022-06-021-0/+24
* chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-291-1/+1
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-1/+60
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-4/+4
* test: convert usage of `match_querystring` to `match`jlvillal/rm_httmockJohn L. Villalovos2022-01-161-2/+1
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-3/+2
* test: reproduce missing pagination headers in testsNejc Habjan2021-12-301-0/+30
* test: drop httmock dependency in test_gitlab.pyNejc Habjan2021-12-301-45/+61
* chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-301-6/+6
* refactor: deprecate accessing constants from top-level namespaceJohn L. Villalovos2021-11-301-16/+31
* 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
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+153