Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915: Fix incorrect method and code in invalid GET requests | Roberto Hueso Gómez | 2019-09-18 | 1 | -2/+2 |
| | | | | | Some tests should perform GET requests however they incorrectly use POST. Return codes for these tests have also been fixed. | ||||
* | #915 tests correct command, /session | Javier Sánchez Parra | 2019-07-15 | 1 | -1/+1 |
| | | | | This should test /shell/run instead of /session | ||||
* | #915 Improve test output using unittest discover | Javier Sánchez Parra | 2019-07-05 | 1 | -0/+21 |
* Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function. |