Skip to content

Commit

Permalink
clarify "--capture=fd"
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-kirkbride committed Aug 12, 2023
1 parent eb5f5ae commit 8132859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ Other commands you may find useful:
- `xvfb-run pytest` (on most Linux systems) will run the tests in a headless mode.
This means that you will not see a window as the tests are running.
- `pytest --capture=fd` will prevent `print` statements and logs to print until
all tests are finished.
all tests are finished. This will change from the default behavior of porcupine
where the output is printed as soon as it is generated while executing the tests.
Instead output will be printed after all tests are finished (for tests that failed).

## Where to talk to us

Expand Down

0 comments on commit 8132859

Please sign in to comment.