From 20b5351086b8dd2e51e9b1fdd19b4327eb3aa925 Mon Sep 17 00:00:00 2001 From: Antonin Raffin Date: Fri, 10 Dec 2021 12:38:40 +0100 Subject: [PATCH] Add color in the tests --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 258e302..a379507 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,2 +1,2 @@ #!/bin/bash -python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v +python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes