Skip to content

Commit

Permalink
colour output for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 26, 2024
1 parent 2e6d16a commit 8c0af21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-asyncio
pip install pytest pytest-asyncio pytest-sugar
- name: Install the package
run: pip install -e .

- name: Test with pytest
env:
PYTEST_ADDOPTS: "--color=yes"
run: pytest -v

- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 8c0af21

Please sign in to comment.