Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-pytest-bdd | Distribution: Fedora Project |
Version: 6.1.1 | Vendor: Fedora Project |
Release: 14.fc39 | Build date: Fri Jul 21 15:17:23 2023 |
Group: Unspecified | Build host: buildvm-s390x-25.s390.fedoraproject.org |
Size: 260948 | Source RPM: python-pytest-bdd-6.1.1-14.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://pytest-bdd.readthedocs.io/en/latest/ | |
Summary: BDD library for the py.test runner |
pytest-bdd implements a subset of the Gherkin language to enable automating project requirements testing and to facilitate behavioral driven development. Unlike many other BDD tools, it does not require a separate runner and benefits from the power and flexibility of pytest. It enables unifying unit and functional tests, reduces the burden of continuous integration server configuration and allows the reuse of test setups. Pytest fixtures written for unit tests can be reused for setup and actions mentioned in feature steps with dependency injection. This allows a true BDD just-enough specification of the requirements without maintaining any context object containing the side effects of Gherkin imperative declarations.
MIT
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 6.1.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jul 12 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-13 - Fix missing LICENSE.txt * Wed Jul 12 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-12 - When PDF docs are disabled, omit the -doc subpackage * Fri Jul 07 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-11 - Use new (rpm 4.17.1+) bcond style * Wed Jun 28 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-10 - Fix Python 3.12 escaping issue properly * Wed Jun 28 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-9 - Work around Python 3.12 escaping issue * Thu Jun 15 2023 Python Maint <[email protected]> - 6.1.1-8 - Rebuilt for Python 3.12 * Tue Apr 04 2023 Charalampos Stratakis <[email protected]> - 6.1.1-7 - Remove old pytest logic * Sat Mar 18 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-6 - Do not require installed wheel metadata to build docs * Sat Mar 18 2023 Benjamin A. Beasley <[email protected]> - 6.1.1-5 - Don’t assume %_smp_mflags is -j%_smp_build_ncpus * Wed Mar 01 2023 Miro Hrončok <[email protected]> - 6.1.1-4 - BuildRequire setuptools explicitly, not just transitively * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 6.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 21 2022 Benjamin A. Beasley <[email protected]> - 6.1.1-2 - Restore running tests in parallel * Thu Nov 10 2022 Benjamin A. Beasley <[email protected]> - 6.1.1-1 - Update to 6.1.1 (close RHBZ#2103750) * Thu Nov 10 2022 Benjamin A. Beasley <[email protected]> - 6.1.0-2 - Improve the man pages * Thu Nov 10 2022 Benjamin A. Beasley <[email protected]> - 6.1.0-1 - Update to 6.1.0 * Thu Nov 10 2022 Benjamin A. Beasley <[email protected]> - 6.0.1-1 - Update to 6.0.1 * Thu Nov 10 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-13 - Confirm that License is SPDX MIT (no License field change) * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 5.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-11 - Minor man page enhancements * Thu Jul 07 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-10 - Run tests in parallel * Tue Jun 14 2022 Python Maint <[email protected]> - 5.0.0-9 - Rebuilt for Python 3.11 * Tue Mar 01 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-8 - Install man page directly rather than copying in %%prep first * Tue Mar 01 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-7 - Drop “forge” macros since they are not adding much value * Tue Mar 01 2022 Benjamin A. Beasley <[email protected]> - 5.0.0-6 - Drop workarounds for pytest 7.0.0rc1 * Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 5.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 17 2021 Benjamin A. Beasley <[email protected]> - 5.0.0-4 - Work around test failures with pytest 7 * Fri Dec 17 2021 Benjamin A. Beasley <[email protected]> - 5.0.0-3 - Add pytest-xdist build dependency so no tests are skipped * Sat Nov 27 2021 Benjamin A. Beasley <[email protected]> - 5.0.0-2 - Reduce LaTeX PDF build verbosity * Mon Oct 25 2021 Benjamin A. Beasley <[email protected]> - 5.0.0-1 - Update to 5.0.0 (close RHBZ#2017125) * Fri Oct 15 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-9 - Corrected improved PytestAssertRewriteWarning / pip 21.3 workaround * Fri Oct 15 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-8 - Improved PytestAssertRewriteWarning / pip 21.3 workaround * Thu Oct 14 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-7 - Work around unexpected warning after pip 21.3 update * Wed Sep 29 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-6 - Generate PDF instead of HTML Sphinx documentation. * Mon Sep 13 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-5 - Let pyproject-rpm-macros handle the license file * Sun Sep 12 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-4 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * Sun Sep 12 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-3 - Reduce spec file macro indirection * Thu Aug 12 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-2 - Run tests (and get test BR’s) using tox * Tue Aug 03 2021 Benjamin A. Beasley <[email protected]> - 4.1.0-1 - Initial package
/usr/bin/pytest-bdd /usr/lib/python3.12/site-packages/pytest_bdd /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info/INSTALLER /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info/LICENSE.txt /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info/METADATA /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info/WHEEL /usr/lib/python3.12/site-packages/pytest_bdd-6.1.1.dist-info/entry_points.txt /usr/lib/python3.12/site-packages/pytest_bdd/__init__.py /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__ /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/cucumber_json.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/cucumber_json.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/exceptions.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/exceptions.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/feature.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/feature.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/generation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/generation.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/gherkin_terminal_reporter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/gherkin_terminal_reporter.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/hooks.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/hooks.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/parser.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/parser.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/parsers.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/parsers.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/plugin.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/plugin.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/reporting.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/reporting.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/scenario.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/scenario.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/scripts.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/scripts.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/steps.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/steps.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/pytest_bdd/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/pytest_bdd/cucumber_json.py /usr/lib/python3.12/site-packages/pytest_bdd/exceptions.py /usr/lib/python3.12/site-packages/pytest_bdd/feature.py /usr/lib/python3.12/site-packages/pytest_bdd/generation.py /usr/lib/python3.12/site-packages/pytest_bdd/gherkin_terminal_reporter.py /usr/lib/python3.12/site-packages/pytest_bdd/hooks.py /usr/lib/python3.12/site-packages/pytest_bdd/parser.py /usr/lib/python3.12/site-packages/pytest_bdd/parsers.py /usr/lib/python3.12/site-packages/pytest_bdd/plugin.py /usr/lib/python3.12/site-packages/pytest_bdd/py.typed /usr/lib/python3.12/site-packages/pytest_bdd/reporting.py /usr/lib/python3.12/site-packages/pytest_bdd/scenario.py /usr/lib/python3.12/site-packages/pytest_bdd/scripts.py /usr/lib/python3.12/site-packages/pytest_bdd/steps.py /usr/lib/python3.12/site-packages/pytest_bdd/templates /usr/lib/python3.12/site-packages/pytest_bdd/templates/test.py.mak /usr/lib/python3.12/site-packages/pytest_bdd/types.py /usr/lib/python3.12/site-packages/pytest_bdd/utils.py /usr/share/licenses/python3-pytest-bdd /usr/share/licenses/python3-pytest-bdd/LICENSE.txt /usr/share/man/man1/pytest-bdd-generate.1.gz /usr/share/man/man1/pytest-bdd-migrate.1.gz /usr/share/man/man1/pytest-bdd.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 21:55:09 2024