Skip to content

Commit

Permalink
Update documented behavior for -a/--allow-stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jun 7, 2020
1 parent b4d3cf3 commit b83fe57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cli-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ Format Options:
Output Options:
-a, --allow-stdout Instead of capturing the stdout and stderr and
presenting it in the summary of results, let it come
through.
through. Note that output from sources other than
tests (like module/class setup or teardown) is never
captured.
-q, --quiet-stdout Instead of capturing the stdout and stderr and
presenting it in the summary of results, discard it
completly for successful tests. --allow-stdout option
Expand Down Expand Up @@ -89,7 +91,7 @@ Other Options:
-j FILENAME, --junit-report FILENAME
Generate a JUnit XML report.

Coverage Options (Coverage 4.5.2):
Coverage Options (Coverage 5.1):
-r, --run-coverage Produce coverage output.
-g FILE, --cov-config-file FILE
Specify a coverage config file. Implies --run-coverage
Expand Down

0 comments on commit b83fe57

Please sign in to comment.