[ 源代码: pytest-forked ]
软件包:python3-pytest-forked(1.6.0-2)
py.test plugin for running tests in forked subprocesses (Python 3)
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.
This package contains pytest-forked for Python 3.
其他与 python3-pytest-forked 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-py
- Advanced Python development support library (Python 3)
-
- dep: python3-pytest
- Simple, powerful testing in Python3