summaryrefslogtreecommitdiff
path: root/gitlab/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-73/+0
| | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory.
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-0/+1
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* test(objects): add tests for resource state eventsNejc Habjan2021-04-181-0/+10
|
* feat(objects): add Release Links API supportNejc Habjan2021-02-211-0/+10
|
* refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-231-3/+2
|
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-0/+41
|
* test(runners): add all runners unit testsfeat/group-runnersMax Wittig2020-05-161-0/+12