[ buster ]
[ ソース: pytest-forked ]
パッケージ: python-pytest-forked (1.0.1-1)
python-pytest-forked に関するリンク
Debian の資源:
pytest-forked ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-py
- Advanced Python development support library (Python 2)
-
- dep: python-pytest
- Simple, powerful testing in Python