Name: | python3-pytest-subprocess |
---|---|
Version: | 1.5.2 |
Release: | 2.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 158086 |
License: | MIT |
RPM: | python3-pytest-subprocess-1.5.2-2.el10_0.noarch.rpm |
Source RPM: | python-pytest-subprocess-1.5.2-2.el10_0.src.rpm |
Build Date: | Fri Feb 14 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/aklajnert/pytest-subprocess |
Summary: | A plugin to fake subprocess for pytest |
Description: | The plugin adds the fake_subprocess fixture. 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. |