[ buster ]
[ 原始碼: pytest-forked ]
套件:python-pytest-forked(1.0.1-1)
py.test plugin for running tests in forked subprocesses (Python 2)
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 2.
其他與 python-pytest-forked 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-py
- Advanced Python development support library (Python 2)
-
- dep: python-pytest
- Simple, powerful testing in Python