[ 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