Skip to content

A small project to POC timeouts in pytest and explore processes using psutil library

Notifications You must be signed in to change notification settings

alzahedi/Pytest-timeout-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small project to POC timeouts in pytest and explore processes using psutil library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published