python3-pytest-forked - py.test plugin for running tests in isolated forked subprocesses
Website: | https://github.com/pytest-dev/pytest-forked |
---|---|
License: | MIT |
Vendor: | Alcance Libre, Inc. |
- Description:
The pytest-forked plugin extends py.test by adding an option to run tests in isolated forked subprocesses. This is useful if you have tests involving C or C++ libraries that might crash the process. To use the plugin, simply use the --forked argument when invoking py.test.
Packages
python3-pytest-forked-1.3.0-2.fc14.al.noarch [12 KiB] |
Changelog
by Scott Talbert (2020-07-28):
- Update to new upstream release 1.3.0 (#1861096) |