Skip to content
Snippets Groups Projects
Unverified Commit 63ed5875 authored by Robert Rosca's avatar Robert Rosca
Browse files

Enable colour output

parent a3e066a4
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !466. Comments created here will be created in the context of that merge request.
......@@ -43,7 +43,7 @@ pytest:
<<: *before_script
script:
- python3 -m pip install ".[test]"
- python3 -m pytest --verbose --cov=cal_tools --cov=xfel_calibrate
- python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate
# Nope... https://docs.gitlab.com/12.10/ee/user/project/merge_requests/test_coverage_visualization.html#enabling-the-feature
# - coverage xml
# artifacts:
......@@ -56,4 +56,4 @@ cython-editable-install-test:
<<: *before_script
script:
- python3 -m pip install -e ".[test]"
- python3 -m pytest ./tests/test_agipdalgs.py
- python3 -m pytest --color yes --verbose ./tests/test_agipdalgs.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment