Skip to content

Commit

Permalink
Merge pull request #107 from asottile/patch-1
Browse files Browse the repository at this point in the history
clarify "it" ambiguity in `signal` documentation
  • Loading branch information
graingert committed Oct 18, 2021
2 parents 072d420 + a47417a commit 642e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -146,8 +146,8 @@ signal

If the system supports the SIGALRM signal the *signal* method will be
used by default. This method schedules an alarm when the test item
starts and cancels it when it finishes. If the alarm expires during
the test the signal handler will dump the stack of any other threads
starts and cancels the alarm when the test finishes. If the alarm expires
during the test the signal handler will dump the stack of any other threads
running to stderr and use ``pytest.fail()`` to interrupt the test.

The benefit of this method is that the pytest process is not
Expand Down

0 comments on commit 642e772

Please sign in to comment.