pytest-dev / pytest-timeout

MIT License
216 stars 64 forks source link

Fixture setup/teardown time exclude. #6

Closed pytest-timeout-bot closed 6 years ago

pytest-timeout-bot commented 10 years ago

Original report by Paweł Wilczyński (Bitbucket: pwilczynski, GitHub: pwilczynski).


Add option so timeout wouldn't include time of setup of fixtures (and teardown) when someone wants to measure body of test only.

Package could also provide context manager to limit time of any peace of code.

pytest-timeout-bot commented 6 years ago

Original comment by Floris Bruynooghe (Bitbucket: flub, GitHub: flub).


These sound like nice features, please provide pull requests if you'd like to see these going forward.