Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 1 | -1/+1 |
| | |||||
* | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 1 | -1/+1 |
| | |||||
* | test(cli): convert shell tests to pytest test casestest/pytest-cli-tests | Nejc Habjan | 2020-04-26 | 1 | -1/+1 |
| | |||||
* | Make CLI tests work for v4 as well | Gauvain Pocentek | 2017-08-20 | 1 | -87/+1 |
| | |||||
* | Add support for MergeRequest validation | Gauvain Pocentek | 2016-03-22 | 1 | -0/+17 |
| | | | | | | Both API and CLI support this feature. fixes #105 | ||||
* | CI: implement user get-by-username | Gauvain Pocentek | 2016-02-14 | 1 | -0/+8 |
| | | | | fixes #95 | ||||
* | define a testcase() function; use it for tests | Richard Hansen | 2016-01-31 | 1 | -53/+49 |
| | |||||
* | improve error handling | Richard Hansen | 2016-01-31 | 1 | -21/+27 |
| | | | | | | Break up pipelines and check the exit status of non-basic commands to ensure that any problems cause the scripts/testcases to fail right away. | ||||
* | convert scripts to POSIX shell by eliminating bashisms | Richard Hansen | 2016-01-31 | 1 | -13/+13 |
| | |||||
* | quote underquoted variable expansions | Richard Hansen | 2016-01-31 | 1 | -12/+12 |
| | | | | | | This protects against word splitting if the variable contains IFS characters, and it ensures that an empty variable doesn't become an elided argument. | ||||
* | convert $GITLAB to a function | Richard Hansen | 2016-01-31 | 1 | -13/+13 |
| | | | | This makes it possible to quote the $CONFIG variable expansion. | ||||
* | convert $OK to a function | Richard Hansen | 2016-01-31 | 1 | -12/+12 |
| | | | | This makes it possible to quote the variable expansions. | ||||
* | move common code to build_test_env.sh | Richard Hansen | 2016-01-31 | 1 | -26/+1 |
| | | | | | Note that build_test_env.sh now creates and prepares the Python virtualenv (it didn't before). | ||||
* | wrap long lines | Richard Hansen | 2016-01-31 | 1 | -8/+18 |
| | | | | Use line continuations to keep lines shorter than 80 columns. | ||||
* | Implement project variables support | Gauvain Pocentek | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | add some CLI tests | Gauvain Pocentek | 2016-01-17 | 1 | -3/+11 |
| | |||||
* | Add a script to build a test env | Gauvain Pocentek | 2016-01-10 | 1 | -58/+9 |
| | | | | | functional_tests.sh has been split in 2 scripts to make easier the run of gitlab container. | ||||
* | 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. |