behave
behave copied to clipboard
BDD, Python style.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sphinx](https://redirect.github.com/sphinx-doc/sphinx) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `>=1.6, `>=4.5, `StringIO`) - [#​9831](https://redirect.github.com/sphinx-doc/sphinx/issues/9831): Autosummary...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [charset-normalizer](https://redirect.github.com/Ousret/charset_normalizer) | `< 2.1` -> `
Can you please make a new release? The last one, 1.2.6, is from 2018. Thank you!
Commit https://github.com/behave/behave/commit/2b6845e54131c8587461c80eaa5b3ac26ca46e7f introduced whitespace normalization when parsing feature files. The motivation was to support files with Windows line endings (CRLF). The normalization is achieved by splitting lines on Unix line...
When I use a logger like this: ```py import logging from behave import given LOGGER = logging.getLogger("behave") @given("that an empty form named '{form_title}' exists") # type: ignore def create_form(_context: Context,...
Both Pyright and ty complain produce a "call check" error on given/when/then decorators: - [ty: call-non-callable](https://docs.astral.sh/ty/reference/rules/#call-non-callable) - [pyright: reportCallIssue](https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportCallIssue) Example code: ```py from behave import given @given("something") #
I wonder if there is a common way to use fixutres w/o changing feature-files. Context: - Our `*.feature` files are in a separate repository and are used by multiple ecosystem...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python](https://redirect.github.com/actions/python-versions) | uses-with | minor | `3.13` -> `3.14` | --- ### Release...