Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | functional_tests.sh: support python 2 and 3 | Gauvain Pocentek | 2015-12-29 | 1 | -2/+21 | |
| | ||||||
* | Test branch creation et deletion | Gauvain Pocentek | 2015-09-19 | 1 | -0/+12 | |
| | ||||||
* | Provide a Gitlab.from_config method | Gauvain Pocentek | 2015-08-21 | 1 | -4/+4 | |
| | | | | | It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does. | |||||
* | Fix the update/delete CLI subcommands | Gauvain Pocentek | 2015-07-11 | 1 | -1/+9 | |
| | | | | | | Also update the testing tool to test these features. Closes #62 | |||||
* | functional_test.sh: use a venv0.9 | Gauvain Pocentek | 2015-05-15 | 1 | -2/+10 | |
| | ||||||
* | Provide a basic functional test script | Gauvain Pocentek | 2015-05-14 | 1 | -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. |