summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove now-invalid testGauvain Pocentek2017-12-161-3/+0
|
* 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.
* Unit tests for REST* classesGauvain Pocentek2017-06-051-0/+129