Skip to content

Commit

Permalink
Make tests run in colored output
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann authored and edulauer committed Feb 2, 2023
1 parent 11c2e23 commit c10f2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ down:

.PHONY: tests
tests:
docker exec airflow-webserver sh -c "cd /opt/airflow/tests/ && pytest -vvv"
docker exec airflow-webserver sh -c "cd /opt/airflow/tests/ && pytest -vvv --color=yes"

0 comments on commit c10f2bc

Please sign in to comment.