summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(base): really refresh objectfix/delete-attrMax Wittig2020-10-121-0/+7
| | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155
* refactor: split unit tests by GitLab API resourcesNejc Habjan2020-08-221-36/+41
|
* chore: run unittest2pytest on all unit testsNejc Habjan2020-08-221-28/+30
|
* feat(test): unused unittest2, type -> isinstanceCyril Jouve2019-10-131-5/+1
|
* refactor: remove unused code, simplify string formatgodaji2019-10-061-3/+0
|
* fix: improve pickle supportbourgesl2019-07-211-0/+1
|
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-41/+39
|
* 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