[ 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pytest
- Simple, powerful testing in Python3