Add color in the tests

This commit is contained in:
Antonin Raffin 2021-12-10 12:38:40 +01:00
parent 833669a88b
commit 20b5351086
No known key found for this signature in database
GPG Key ID: B8B48F65CAD6232C
1 changed files with 1 additions and 1 deletions

View File

@ -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