Hi All,

Is there any any plugin similar to "pytest-timeout” but at higher level (ex: 
complete suite level execution timeout)

My requirement is to run pytest with test suites and if all tests finishes well 
within the 2 hours time duration then its good, else I want to stop the test 
execution.
( I mean stop the current running test & further tests if any,  but the pytest 
call backs should get executed, for example: pytest_sessionfinish need to be 
executed, before exiting pytest)

Please suggest me if any existing plugins provides this feature, or any easy 
way to achieve this feature in pytest.

Thanks
-Shankar
_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to