summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_cli.py
Commit message (Collapse)AuthorAgeFilesLines
* silence logs/warnings in unittestsCyril Jouve2018-06-071-5/+26
|
* Add missing project attributesGauvain Pocentek2018-05-291-0/+7
|
* Drop API v3 supportGauvain Pocentek2018-05-191-43/+0
| | | | Drop the code, the tests, and update the documentation.
* Add basic unit tests for v4 CLIGauvain Pocentek2018-03-111-0/+37
|
* [cli] Allow to read args from filesGauvain Pocentek2018-03-051-0/+25
| | | | | | | With the @/file/path syntax (similar to curl) user can provide values from attributes in files. Fixes #448
* Refactor the CLIGauvain Pocentek2017-06-251-15/+22
| | | | | | | v3 and v4 CLI will be very different, so start moving things in their own folders. For now v4 isn't working at all.
* update copyright yearsGauvain Pocentek2017-05-241-1/+1
|
* Add some unit tests for CLIGauvain Pocentek2016-02-051-0/+95
Reorganize the cli.py code to ease the testing.