summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0003_shellrun.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-211-1/+1
| | | | This patch splits shell commands either with ';' or '\n'.
* Add test for sequential /shell/run requestsRoberto Hueso Gómez2020-01-191-2/+25
| | | | | | This also fixes test bugs in the cases: - Malformed json - No json
* Include License headerAlvaro Neira Ayuso2020-01-191-0/+8
|
* Add /shell/run testsRoberto Hueso Gómez2020-01-191-0/+65
These tests cover: - Correct request with echo - Correct request without echo - No json request - Malformed json request