Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 add missing brackets to WOL API test json | Javier Sánchez Parra | 2019-08-28 | 1 | -2/+2 |
| | | | | | Without the brackets the call works (200 response) but the ogAdmServer does not send the WOL packets. | ||||
* | #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. |