Skip to content

Commit

Permalink
Testing: Show color on Pytest output
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 28, 2022
1 parent e3a8b5c commit 6bd1a32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
pip list
- name: Run tests
shell: bash -l {0}
run: xvfb-run --auto-servernum pytest -x -vv -s --full-trace --cov=qtconsole qtconsole
run: xvfb-run --auto-servernum pytest -x -vv -s --full-trace --color=yes --cov=qtconsole qtconsole
env:
QT_API: ${{ matrix.QT_LIB }}
PYTEST_QT_API: ${{ matrix.QT_LIB }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
conda list
- name: Run tests
shell: bash -l {0}
run: pytest -x -vv --cov=qtconsole qtconsole
run: pytest -x -vv --color=yes --cov=qtconsole qtconsole
2 changes: 1 addition & 1 deletion .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
conda list
- name: Run tests
shell: bash -l {0}
run: pytest -x -vv --cov=qtconsole qtconsole
run: pytest -x -vv --color=yes --cov=qtconsole qtconsole

0 comments on commit 6bd1a32

Please sign in to comment.