[ trixie ]
[ sid ]
[ ソース: pytest-subprocess ]
パッケージ: python3-pytest-subprocess (1.5.3-1)
python3-pytest-subprocess に関するリンク
Debian の資源:
pytest-subprocess ソースパッケージをダウンロード:
- [pytest-subprocess_1.5.3-1.dsc]
- [pytest-subprocess_1.5.3.orig.tar.gz]
- [pytest-subprocess_1.5.3-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Plugin to fake subprocess for pytest
The plugin adds the ``fake_process`` fixture (and ``fp`` as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the ``subprocess.Popen()``, which is the base for other subprocess functions. That makes the ``subprocess.run()``, ``subprocess.call()``, ``subprocess.check_call()`` and ``subprocess.check_output()`` methods also functional.
その他の python3-pytest-subprocess 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3