summaryrefslogtreecommitdiff
path: root/tests/functional/api/test_packages.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-0/+38
| | | | | | | | | | | | | | | * feat(downloads): allow streaming downloads access to response iterator Allow access to the underlying response iterator when downloading in streaming mode by specifying `iterator=True`. Update type annotations to support this change. * docs(api-docs): add iterator example to artifact download Document the usage of the `iterator=True` option when downloading artifacts * test(packages): add tests for streaming downloads
* feat(objects): add support for generic packages APINejc Habjan2021-05-311-1/+50
|
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-261-0/+13
Rename the 'tools/functional/' directory to 'tests/functional/' This makes more sense as these are functional tests and not tools. This was dicussed in: https://github.com/python-gitlab/python-gitlab/discussions/1468