Add color in the tests
This commit is contained in:
parent
833669a88b
commit
20b5351086
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue