Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -157/+0 |
| | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -2/+1 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | test(cli): add more real class scenarios | Nejc Habjan | 2021-05-15 | 1 | -0/+6 |
| | |||||
* | fix(cli): fix parsing CLI objects to classnames | Nejc Habjan | 2021-05-15 | 1 | -10/+27 |
| | |||||
* | chore: mypy: Disallow untyped definitions | John L. Villalovos | 2021-04-27 | 1 | -3/+2 |
| | | | | | | | | | Be more strict and don't allow untyped definitions on the files we check. Also this adds type-hints for two of the decorators so that now functions/methods decorated by them will have their types be revealed correctly. | ||||
* | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 1 | -115/+105 |
| | |||||
* | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 1 | -35/+35 |
| | |||||
* | refactor: remove six dependency | Max Wittig | 2019-12-18 | 1 | -4/+3 |
| | |||||
* | feat(test): unused unittest2, type -> isinstance | Cyril Jouve | 2019-10-13 | 1 | -23/+16 |
| | |||||
* | fix(cli): don't fail when the short print attr value is None | xarx00 | 2019-07-21 | 1 | -1/+1 |
| | | | | | Fixes #717 Fixes #727 | ||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -30/+35 |
| | |||||
* | silence logs/warnings in unittests | Cyril Jouve | 2018-06-07 | 1 | -5/+26 |
| | |||||
* | Add missing project attributes | Gauvain Pocentek | 2018-05-29 | 1 | -0/+7 |
| | |||||
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -43/+0 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Add basic unit tests for v4 CLI | Gauvain Pocentek | 2018-03-11 | 1 | -0/+37 |
| | |||||
* | [cli] Allow to read args from files | Gauvain Pocentek | 2018-03-05 | 1 | -0/+25 |
| | | | | | | | With the @/file/path syntax (similar to curl) user can provide values from attributes in files. Fixes #448 | ||||
* | Refactor the CLI | Gauvain Pocentek | 2017-06-25 | 1 | -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 years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Add some unit tests for CLI | Gauvain Pocentek | 2016-02-05 | 1 | -0/+95 |
Reorganize the cli.py code to ease the testing. |