summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_projects.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: rewrite unit tests for objects with responsesrefactor/split-unit-testsNejc Habjan2020-08-231-12/+32
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-530/+188
* chore: run unittest2pytest on all unit testsNejc Habjan2020-08-221-35/+35
* ci: lint fixesChristopher Zorn2020-04-211-14/+18
* ci: add a test for creating and triggering pipeline scheduleChristopher Zorn2020-04-211-0/+61
* chore: fix typo in docstringfeat/available-servicesNejc Habjan2020-04-171-1/+1
* feat(services): add project service list APIMax Wittig2020-04-161-1/+125
* feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrorsNejc Habjan2020-04-071-0/+94
* test(api): add tests for group export/import APINejc Habjan2020-04-051-28/+1
* test: move mocks to top of moduleNejc Habjan2020-03-181-100/+102
* chore: clean up for black and flake8Nejc Habjan2020-03-181-11/+7
* chore: flatten test_import_githubNejc Habjan2020-03-181-25/+26
* chore: move test_import_github into TestProjectImportNejc Habjan2020-03-181-2/+27
* test: add unit tests for Project ImportNejc Habjan2020-03-181-0/+53
* test: add unit tests for Project ExportNejc Habjan2020-03-181-1/+70
* test: prepare base project test class for more testsNejc Habjan2020-03-181-4/+9
* test: add project snippet testsMax Wittig2019-12-181-0/+140