summaryrefslogtreecommitdiff
path: root/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-041-17/+0
* fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-271-3/+25
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-1/+1
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-1/+3
* chore: have `EncodedId` creation always return `EncodedId`John L. Villalovos2022-05-311-2/+4
* test(gitlab): increase unit test coverageNejc Habjan2022-05-291-0/+52
* refactor(mixins): extract custom type transforms into utilsNejc Habjan2022-05-291-1/+28
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-061-0/+19
* chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-23/+2
* chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-131-0/+62
* fix: remove custom URL encodingJohn L. Villalovos2022-01-081-4/+9
* fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-201-10/+0
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+42