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.0 | Vendor: Fedora Project |
Release: 9.fc41 | Build date: Sat Jul 20 04:58:19 2024 |
Group: Unspecified | Build host: buildvm-a64-09.iad2.fedoraproject.org |
Size: 159236 | Source RPM: python-pytest-subprocess-1.5.0-9.fc41.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
* 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 * Tue Oct 04 2022 Miro Hrončok <mhroncok@redhat.com> - 1.4.2-1 - Update to 1.4.2 - Fixes: rhbz#2131525 - Drop build-time dependency on python3-coverage * Mon Sep 19 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.4.1-1 - Update to 1.4.1 - Fixes: rhbz#2052392 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/lib/python3.13/site-packages/pytest_subprocess /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info/LICENSE /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info/METADATA /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/pytest_subprocess-1.5.0.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, Sun Oct 27 05:57:41 2024