Skip to content

Commit

Permalink
Added verbose to pytest to get information of each individual test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Niedermaier committed Feb 7, 2025
1 parent f4b4265 commit df42ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Pytest Connections
run: |
pip install --no-cache-dir -r tests/requirements.txt
pytest tests/test_connections.py
pytest tests/test_connections.py --verbose
- name: Stop containers
if: always()
Expand Down

0 comments on commit df42ec0

Please sign in to comment.