pytest-stress icon indicating copy to clipboard operation
pytest-stress copied to clipboard

A Pytest plugin that allows you to loop tests for a user defined amount of time.

Results 4 pytest-stress issues
Sort by recently updated
recently updated
newest added

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.2 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @​alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @​ericof...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

I have a set of asyncio pytest cases. They use event loop at session scope. I would like to run these tests for specified amount of time using pytest-stress plugin....

Thank you very much for providing such a useful tool! I am trying to integrate it in the testing setup for our research codes at [OpenSourceEconomics](https://github.com/OpenSourceEconomics). However, I fail to...