summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* test(api): fix issues testBen Brown2021-06-011-3/+3
| | | | Was incorrectly using the issue 'id' vs 'iid'.
* test(functional): explicitly remove deploy tokens on resetBen Brown2021-06-011-0/+4
| | | | | Deploy tokens would remain in the instance if the respective project or group was deleted without explicitly revoking the deploy tokens first.
* test(cli): replace assignment expressionBen Brown2021-06-011-5/+3
| | | | | This is a feature added in 3.8, removing it allows for the test to run with lower python versions.
* test(functional): optionally keep containers running post-testsBen Brown2021-06-012-1/+24
| | | | | | Additionally updates token creation to make use of `first_or_create()`, to avoid errors from the script caused by GitLab constraints preventing duplicate tokens with the same value.
* feat(objects): add support for generic packages APINejc Habjan2021-05-313-2/+165
|
* feat(api): add deployment mergerequests interfaceLudwig Weiss2021-05-301-0/+56
|
* chore: apply suggestionsNejc Habjan2021-05-301-3/+7
|
* feat(objects): support all issues statistics endpointsNejc Habjan2021-05-301-3/+22
|
* feat(objects): add support for descendant groups APINejc Habjan2021-05-292-0/+59
|
* feat(objects): add pipeline test report supportRaphaƫl Monat2021-05-291-1/+53
|
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-2655-0/+5852
| | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.
* chore: rename 'tools/functional/' to 'tests/functional/'John L. Villalovos2021-05-2627-0/+3067
| | | | | | | | | 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
* drop the tests dir, this is uselessGauvain Pocentek2013-06-222-156/+0
|
* unittest for SSH keysGauvain Pocentek2013-02-171-0/+24
|
* some unit tests!Gauvain Pocentek2013-02-162-0/+132