-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
platform: windowswindows platform-specific problemwindows platform-specific problemtype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Description
I noticed a possible inaccuracy in the documentation on this page:
The documentation states:
"Also the faulthandler_timeout=X configuration option can be used to dump the traceback of all threads if a test takes longer than X seconds to finish (not available on Windows)."
However, I tested this option on Windows 10 using pytest version 8.3.5, and it appears to work as expected—the tracebacks are indeed dumped when a test exceeds the timeout.
Could this line in the documentation be outdated or incorrect? Just wanted to bring it to your attention in case it needs updating.
Metadata
Metadata
Assignees
Labels
platform: windowswindows platform-specific problemwindows platform-specific problemtype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification