Skip to content

Commit

Permalink
Merge pull request #64 from altendky/patch-2
Browse files Browse the repository at this point in the history
Shift a comma a little
  • Loading branch information
flub committed May 23, 2020
2 parents 292d778 + c126a17 commit 93581c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -23,7 +23,7 @@ integration server or simply if you don't know why the test suite
hangs.

Note that while by default on POSIX systems pytest will continue to
execute the tests after a test has timed, out this is not always
execute the tests after a test has timed out, this is not always
possible. Often the only sure way to interrupt a hanging test is by
terminating the entire process. As this is a hard termination
(``os._exit()``) it will result in no teardown, JUnit XML output etc.
Expand Down

0 comments on commit 93581c7

Please sign in to comment.