Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Improve test output using unittest discover | Javier Sánchez Parra | 2019-07-05 | 1 | -2/+1 |
| | | | | | | | | * Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function. | ||||
* | #915 Remove unnecessary return in ogAdmServer/tests/run-tests.py | Javier Sánchez Parra | 2019-06-12 | 1 | -4/+0 |
| | | | | No need to explicit return call, remove it. | ||||
* | #915 add unit test infrastructure for REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+42 |
This python script creates a database and starts ogAdmServer to run the tests. This requires root to be launched: # ./run-tests.py From the 'tests' folder. |