Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pytest-subprocess | Distribution: Fedora Project |
Version: 1.5.2 | Vendor: Fedora Project |
Release: 2.fc42 | Build date: Sat Jan 18 19:31:40 2025 |
Group: Unspecified | Build host: buildvm-x86-15.iad2.fedoraproject.org |
Size: 160481 | Source RPM: python-pytest-subprocess-1.5.2-2.fc42.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/aklajnert/pytest-subprocess | |
Summary: A plugin to fake subprocess for pytest |
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.
MIT
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Oct 08 2024 Charalampos Stratakis <cstratak@redhat.com> - 1.5.2-1 - Update to 1.5.2 - Fixes: rhbz#2299549 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 1.5.0-8 - Rebuilt for Python 3.13 * Mon Mar 18 2024 Sandro <devel@penguinpee.nl> - 1.5.0-7 - Don't turn warnings into errors running tests * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 1.5.0-2 - Rebuilt for Python 3.12 * Wed Feb 15 2023 Miro HronĨok <mhroncok@redhat.com> - 1.5.0-1 - Update to 1.5.0 - Fixes: rhbz#2165202 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
/usr/lib/python3.13/site-packages/pytest_subprocess /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/INSTALLER /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/LICENSE /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/METADATA /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/WHEEL /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.2.dist-info/top_level.txt /usr/lib/python3.13/site-packages/pytest_subprocess/__init__.py /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__ /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/asyncio_subprocess.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fake_popen.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fake_process.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/fixtures.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/process_dispatcher.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/process_recorder.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/types.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/pytest_subprocess/asyncio_subprocess.py /usr/lib/python3.13/site-packages/pytest_subprocess/exceptions.py /usr/lib/python3.13/site-packages/pytest_subprocess/fake_popen.py /usr/lib/python3.13/site-packages/pytest_subprocess/fake_process.py /usr/lib/python3.13/site-packages/pytest_subprocess/fixtures.py /usr/lib/python3.13/site-packages/pytest_subprocess/process_dispatcher.py /usr/lib/python3.13/site-packages/pytest_subprocess/process_recorder.py /usr/lib/python3.13/site-packages/pytest_subprocess/py.typed /usr/lib/python3.13/site-packages/pytest_subprocess/types.py /usr/lib/python3.13/site-packages/pytest_subprocess/utils.py /usr/share/doc/python3-pytest-subprocess /usr/share/doc/python3-pytest-subprocess/HISTORY.rst /usr/share/doc/python3-pytest-subprocess/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 24 07:58:34 2025