Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915: more descriptive function name in test | Roberto Hueso Gómez | 2019-09-18 | 1 | -1/+1 |
| | | | | | This test sends a POST with no body, which is illegal, use a function name that describes this. | ||||
* | #915 Improve test output using unittest discover | Javier Sánchez Parra | 2019-07-05 | 1 | -0/+19 |
* Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function. |