summaryrefslogtreecommitdiff
path: root/tests/unit/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): add support for bulk imports APINejc Habjan2022-12-191-0/+5
|
* test(unit): expand tests for pipeline schedulesNejc Habjan2022-12-111-0/+5
|
* test(projects): add unit tests for projectsAntoine Auger2022-06-161-0/+5
|
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-0/+5
|
* 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.