Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |