summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_mixins.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+7
| | | | Add a new UserAgentDetail mixin to avoid code duplication.
* Drop GetFromListMixinGauvain Pocentek2018-05-191-20/+0
|
* introduce RefreshMixinPierre Tardy2018-03-041-0/+19
| | | | | RefreshMixin allows to update a REST object so that you can poll on it. This is mostly useful for pipelines and jobs, but could be set on most of other objects, with unknown usecases.
* Revert "Add unit tests for mixin exceptions"Gauvain Pocentek2017-11-161-86/+0
| | | | This reverts commit 4ee139ad5c58006da1f9af93fdd4e70592e6daa0.
* Add unit tests for mixin exceptionsGauvain Pocentek2017-11-111-0/+86
|
* Add a SetMixinGauvain Pocentek2017-11-111-0/+25
| | | | | Use it for UserCustomAttribute, will be useful for {Project,Group}CustomAttribute (#367)
* Update tests for list() changesGauvain Pocentek2017-08-041-2/+2
|
* Restore correct exceptionsGauvain Pocentek2017-07-151-1/+1
| | | | | | Match the exceptions raised in v3 for v4. Also update the doc strings with correct information.
* tests for objects mixinsGauvain Pocentek2017-06-051-0/+57
|
* Add tests for managers mixinsGauvain Pocentek2017-06-051-0/+354