mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
- Update to 1.4.2 - Project homepage moved to GitHub Approved by: koobs (mentor, implicit) MFH: No (catch up with upstream new release)
6 lines
322 B
Text
6 lines
322 B
Text
This is a plugin which will terminate tests after a certain timeout.
|
|
When doing so it will show a stack dump of all threads running at the
|
|
time. This is useful when running tests under a continuous integration
|
|
server or simply if you don't know why the test suite hangs.
|
|
|
|
WWW: https://github.com/pytest-dev/pytest-timeout
|