| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-06-07 | Adds Fast-Test Task | -1/+3 | ||
| Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-06-07 | Switches To Pytest As Test Runner | -84/+277 | ||
| Switches the test runner from unittest to pytest, to allow the usage of plugins such as xdist. This commit also adds pytest-cov purely as a generator for .coverage files. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-06-06 | Change to unless-stopped restart policy | -1/+1 | ||
| Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project. | ||||