We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 072d420 + a47417a commit 642e772Copy full SHA for 642e772
README.rst
@@ -146,8 +146,8 @@ signal
146
147
If the system supports the SIGALRM signal the *signal* method will be
148
used by default. This method schedules an alarm when the test item
149
-starts and cancels it when it finishes. If the alarm expires during
150
-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
151
running to stderr and use ``pytest.fail()`` to interrupt the test.
152
153
The benefit of this method is that the pytest process is not
0 commit comments