aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-06-07Adds Fast-Test TaskGravatar Hassan Abouelela-1/+3
Signed-off-by: Hassan Abouelela <[email protected]>
2021-06-07Switches To Pytest As Test RunnerGravatar Hassan Abouelela-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-06Change to unless-stopped restart policyGravatar Chris-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.