Pakket: python3-pytest-subprocess (1.5.2-2)
Verwijzigingen voor python3-pytest-subprocess
Debian bronnen:
Het bronpakket pytest-subprocess downloaden:
- [pytest-subprocess_1.5.2-2.dsc]
- [pytest-subprocess_1.5.2.orig.tar.gz]
- [pytest-subprocess_1.5.2-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-pytest-subprocess gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3