summaryrefslogtreecommitdiff
path: root/tests/unit/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: allow global retry_transient_errors setupKarun Japhet2021-08-291-2/+13
| | | | | | `retry_transient_errors` can now be set through the Gitlab instance and global configuration Documentation for API usage has been updated and missing tests have been added.
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-0/+73
Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.