summaryrefslogtreecommitdiff
path: root/tests/unit/mixins/test_mixin_methods.py
Commit message (Expand)AuthorAgeFilesLines
* fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-271-0/+38
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-1/+1
* chore: add a `lazy` boolean attribute to `RESTObject`John L. Villalovos2022-07-201-0/+43
* feat(api): support head() method for get and list endpointsNejc Habjan2022-06-251-0/+21
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-5/+4
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-4/+5
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-10/+11
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-0/+55
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-291-2/+2
* test: convert usage of `match_querystring` to `match`jlvillal/rm_httmockJohn L. Villalovos2022-01-161-12/+12
* test: use 'responses' in test_mixins_methods.pyJohn L. Villalovos2022-01-141-146/+191
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+300