Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pytest-bdd from 7.1.2 to 8.1.0 #12778

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps pytest-bdd from 7.1.2 to 8.1.0.

Changelog

Sourced from pytest-bdd's changelog.

[8.1.0] - 2024-12-05

Added +++++

Changed +++++++

  • Step arguments "datatable" and "docstring" are now reserved, and they can't be used as step argument names. An error is raised if a step parser uses these names.
  • Scenario description field is now set for Cucumber JSON output.

Deprecated ++++++++++

Removed +++++++

Fixed +++++

  • Fixed an issue with the upcoming pytest release related to the use of @pytest.mark.usefixtures with an empty list.
  • Render template variables in docstrings and datatable cells with example table entries, as we already do for steps definitions.

Security ++++++++

[8.0.0] - 2024-11-14

Added +++++

  • Gherkin keyword aliases can now be used and correctly reported in json and terminal output (see Keywords <https://cucumber.io/docs/gherkin/reference/#keywords>_ for permitted list).
  • Added localization support. The language of the feature file can be specified using the # language: <language> directive at the beginning of the file.
  • Rule keyword can be used in feature files (see Rule <https://cucumber.io/docs/gherkin/reference/#rule>_)
  • Added support for multiple example tables
  • Added filtering by tags against example tables
  • Since the 7.x series:
    • Tags can now be on multiple lines (stacked)
    • Continuation of steps using asterisks (*) instead of And/But supported.
    • Added datatable argument for steps that contain a datatable (see Data Tables <https://cucumber.io/docs/gherkin/reference/#data-tables>_).
    • Added docstring argument for steps that contain a docstring (see Doc Strings <https://cucumber.io/docs/gherkin/reference/#doc-strings>_).

Changed +++++++

  • Changelog format updated to follow Keep a Changelog <https://keepachangelog.com/en/1.1.0/>_.

  • Text after the # character is no longer stripped from the Scenario and Feature name.

  • Since the 7.x series:

    • Use the gherkin-official <https://pypi.org/project/gherkin-official/>_ parser, replacing the custom parsing logic. This will make pytest-bdd more compatible with the Gherkin specification.
    • Multiline steps must now always use triple-quotes for the additional lines.

... (truncated)

Commits
  • 6cdd340 Bump version to 8.1.0
  • 68b9625 Fix Changelog
  • 86a956e Merge pull request #745 from pytest-dev/test-177
  • 633ee28 Merge branch 'master' into test-177
  • 6e1f54d Update test steps
  • 6a2b2fb Merge pull request #749 from pytest-dev/test-feature-description-in-json
  • 02d7c3f Add changelog entry
  • 4df8963 Add new description field that is now expected
  • e19288a Add missing scenario description in json
  • 0efda3f Add test for json correctly populating the description from a feature
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 7.1.2 to 8.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-bdd@7.1.2...8.1.0)

---
updated-dependencies:
- dependency-name: pytest-bdd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.00%. Comparing base (91f32c6) to head (ed49810).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12778   +/-   ##
=======================================
  Coverage   67.00%   67.00%           
=======================================
  Files         952      952           
  Lines       56912    56912           
  Branches     6725     6725           
=======================================
+ Hits        38134    38136    +2     
+ Misses      17166    17163    -3     
- Partials     1612     1613    +1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants