Skip to content

Commit

Permalink
Verbose test output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 23, 2024
1 parent 77c44de commit ab5d31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pip install .
- name: Test with pytest
run: |
pytest -p no:faulthandler src/nagini_translation/tests.py --silicon --carbon
pytest -v -p no:faulthandler src/nagini_translation/tests.py --silicon --carbon
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Execute the following commands (on Windows, you may have to use ``cmd`` and not

4. Optionally, try running the tests::

pytest -p no:faulthandler src/nagini_translation/tests.py --silicon
pytest -v -p no:faulthandler src/nagini_translation/tests.py --silicon

Command Line Usage
==================
Expand Down

0 comments on commit ab5d31f

Please sign in to comment.