Name: | python3-pytest-forked |
---|---|
Version: | 1.6.0 |
Release: | 8.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 20663 |
License: | MIT |
RPM: | python3-pytest-forked-1.6.0-8.el10_0.noarch.rpm |
Source RPM: | python-pytest-forked-1.6.0-8.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/pytest-dev/pytest-forked |
Summary: | py.test plugin for running tests in isolated forked subprocesses |
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. |