Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 391 Bytes

Pytest timeouts with psutils

This small project is a small playground poc for handling timeouts in pytest and uses psutils to create subprocess and send signals to them in case a timeout happens

Usage

python -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt

python psutils.py