Name: | python36-pytest-timeout |
---|---|
Version: | 1.2.1 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 48657 |
License: | MIT |
RPM: | python36-pytest-timeout-1.2.1-4.el7.noarch.rpm |
Source RPM: | python-pytest-timeout-1.2.1-4.el7.src.rpm |
Build Date: | Thu Mar 12 2020 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/pytest-dev/pytest-timeout/ |
Summary: | py.test plugin to abort hanging tests |
Description: | 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. |