summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_gitlabobject.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop API v3 supportGauvain Pocentek2018-05-191-500/+0
| | | | Drop the code, the tests, and update the documentation.
* Default to API v4Gauvain Pocentek2018-02-051-22/+22
|
* Module's base objects serialization (#359)Lyudmil Nenov2017-11-031-0/+10
| | | | | | | | Make gitlab objects serializable With current implementation of API v3 and v4 support, some instances have properties of type module and are not serializable. Handle these properties manually with setstate and getstate methods.
* Remove unused future.division importGauvain Pocentek2017-06-111-1/+0
| | | | We don't do math.
* Snippet: content() -> raw()Gauvain Pocentek2016-12-261-2/+2
| | | | | Using the content() method causes conflicts with the API `content` attribute.
* Added support for Snippets (new API in Gitlab 8.15)Guyzmo2016-12-241-0/+34
| | | | | | cf [Gitlab-CE MR !6373](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6373) Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
* Remove _get_list_or_object() and its testsGauvain Pocentek2016-08-131-37/+0
|
* tests: don't use deprecated Content methodGauvain Pocentek2016-07-181-2/+2
|
* Add some unit tests for CLIGauvain Pocentek2016-02-051-4/+0
| | | | Reorganize the cli.py code to ease the testing.
* Add support for application settingsGauvain Pocentek2016-01-271-0/+39
|
* Fix the json() method for python 3Gauvain Pocentek2016-01-231-0/+9
| | | | Also add unit tests and fix pep8 test
* GitLab -> Gitlab (class names)Gauvain Pocentek2016-01-031-1/+1
|
* Rename the _created attribute _from_apiGauvain Pocentek2015-12-311-3/+3
|
* use more pythonic names for some methodsGauvain Pocentek2015-05-121-16/+17
|
* make the tests passGauvain Pocentek2015-05-121-35/+52
|
* move the tests inside the packageGauvain Pocentek2015-05-111-0/+432