blob: f77aa8d8d1fb5de158d7c4077cf86c2d52113211 (
plain) (
blame)
1
2
3
4
5
6
|
Experimental py.test plugin for managing processes across test runs.
This plugin provides a xprocess fixture which helps you to ensure that
one ore more longer-running processes are present for your tests.
WWW: https://github.com/pytest-dev/pytest-xprocess
|