summaryrefslogtreecommitdiff
path: root/gitlab/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* add unit tests for managersGauvain Pocentek2016-01-161-3/+23
|
* Support deletion without getting the object firstGauvain Pocentek2016-01-101-1/+19
| | | | Use this feature in the CLI to avoid an extra API call to the server.
* Rework gitlab._sanitizeGauvain Pocentek2016-01-101-0/+16
| | | | | | Make it a recursive function and eliminate _sanitize_dict. Add unit tests.
* Add support for groups searchGauvain Pocentek2016-01-091-0/+23
| | | | | | | Factorize the code to avoid duplication with the ProjectManager class. Implement unit tests for the group search. Original patchh from Daniel Serodio (PR #55).
* unit tests for config parserGauvain Pocentek2016-01-091-0/+111
|
* Implement ProjectManager search/list methodsGauvain Pocentek2016-01-081-0/+69
| | | | | | The existing Gitlab methods are deprecated. Unit tests have been added.
* Deprecate the "old" Gitlab methodsGauvain Pocentek2016-01-081-13/+29
| | | | Update the associated unit tests.
* add unit tests for BaseManagerGauvain Pocentek2016-01-031-0/+147
|
* GitLab -> Gitlab (class names)Gauvain Pocentek2016-01-032-4/+4
|
* fix the testsGauvain Pocentek2015-12-311-3/+7
|
* Rename the _created attribute _from_apiGauvain Pocentek2015-12-312-5/+5
|
* don't list everything by defaultGauvain Pocentek2015-08-211-5/+4
|
* fix pep8 testGauvain Pocentek2015-08-211-11/+10
|
* issue #63 add unit tests for 'next' link handling in list()Jason Antman2015-08-051-0/+51
|
* Fix the tests when the host runs a web serverGauvain Pocentek2015-05-131-1/+12
|
* use more pythonic names for some methodsGauvain Pocentek2015-05-122-22/+23
|
* make the tests passGauvain Pocentek2015-05-122-91/+183
|
* setup tox for py27 and py34 testsGauvain Pocentek2015-05-111-0/+0
|
* move the tests inside the packageGauvain Pocentek2015-05-112-0/+1001