summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: use python2 compatible syntax for superfix/python-testsMax Wittig2019-02-221-1/+5
|
* Implement __eq__ and __hash__ methodsJonathan Piron2019-02-201-0/+23
| | | | To ease lists and sets manipulations.
* 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