summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* define UserManager.get_by_username() to get a user by usernameRichard Hansen2016-02-121-0/+26
|
* define UserManager.search() to search for usersRichard Hansen2016-02-121-0/+23
|
* add unit tests for managersGauvain Pocentek2016-01-161-3/+23
|
* 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).
* Implement ProjectManager search/list methodsGauvain Pocentek2016-01-081-0/+69
| | | | | | The existing Gitlab methods are deprecated. Unit tests have been added.
* add unit tests for BaseManagerGauvain Pocentek2016-01-031-0/+147