Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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. |