summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0003_post_wol.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 add missing brackets to WOL API test jsonJavier Sánchez Parra2019-08-281-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 discoverJavier Sánchez Parra2019-07-051-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.