summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement setting release info on a tagGauvain Pocentek2016-01-241-0/+3
| | | | | Add the set_release_description() method to ProjectTag. Add python API test for this method.
* API tests for tagsGauvain Pocentek2016-01-241-0/+5
|
* Implement ProjectMilestone.issues()Gauvain Pocentek2016-01-231-0/+13
| | | | | | This lists the issues related to the milestone. Add python API tests for issues.
* fix ProjectLabel get and deleteGauvain Pocentek2016-01-231-2/+2
|
* wait a little before running the python testsGauvain Pocentek2016-01-231-0/+2
|
* fix the API test for decode()Gauvain Pocentek2016-01-231-4/+5
|
* increase the timeout value for testsGauvain Pocentek2016-01-231-1/+1
|
* add a decode method for ProjectFileGauvain Pocentek2016-01-231-0/+1
|
* use a custom docker image for testsGauvain Pocentek2016-01-231-1/+1
|
* Add an initial set of API testsGauvain Pocentek2016-01-182-0/+168
|
* add some CLI testsGauvain Pocentek2016-01-171-3/+11
|
* Add a script to build a test envGauvain Pocentek2016-01-102-58/+82
| | | | | functional_tests.sh has been split in 2 scripts to make easier the run of gitlab container.
* functional_tests.sh: support python 2 and 3Gauvain Pocentek2015-12-291-2/+21
|
* Test branch creation et deletionGauvain Pocentek2015-09-191-0/+12
|
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-211-4/+4
| | | | | It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does.
* Fix the update/delete CLI subcommandsGauvain Pocentek2015-07-111-1/+9
| | | | | | Also update the testing tool to test these features. Closes #62
* functional_test.sh: use a venv0.9Gauvain Pocentek2015-05-151-2/+10
|
* Provide a basic functional test scriptGauvain Pocentek2015-05-141-0/+89
This can be used to quickly test the correct behavior of the CLI. The script is simple and doesn't test much for now, but it's a start.