summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_projects.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: move 'gitlab/tests/' dir to 'tests/unit/'John L. Villalovos2021-05-261-262/+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-1/+0
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* feat: import from bitbucket serverDan Fuchs2021-02-041-0/+38
| | | | | | | | | | | | | I'd like to use this libary to automate importing Bitbucket Server repositories into GitLab. There is a [GitLab API endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server) to do this, but it is not exposed through this library. * Add an `import_bitbucket_server` method to the `ProjectManager`. This method calls this GitLab API endpoint: https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server * Modify `import_gitlab` method docstring for python3 compatibility * Add a skipped stub test for the existing `import_github` method
* 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
| | | | | Can be used to list available services It was introduced in GitLab 12.7
* 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