summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0005_post_shell_output.py
Commit message (Collapse)AuthorAgeFilesLines
* #915: Fix incorrect method and code in invalid GET requestsRoberto Hueso Gómez2019-09-181-2/+2
| | | | | Some tests should perform GET requests however they incorrectly use POST. Return codes for these tests have also been fixed.
* #915 Improve test output using unittest discoverJavier Sánchez Parra2019-07-051-0/+20
* Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function.