behave
behave copied to clipboard
BDD, Python style.
Ref. #842
Insert the data inside context into step names and texts, so they can be used like variables from `Scenario Outlines`. Refer to the included docs for details. If you'd like...
This allows Behave to be used as a `pre-commit` hook. For example, if I want to make sure (some fast subset of) Behave tests pass before pushing to my repo,...
1. Escape 'invalid-xml-characters' with their U+0000 form 2. Escape `]]>` with `]]>`
This is a refactoring of tokunbo/behave-parallel, as in issue #235 . At this take, I have let the multiprocessing module fork *before* loading context or running any hooks. Then, the...
Based on: https://github.com/cucumber/common/raw/96f5c46a95262d20418472271f556b4ba3859004/gherkin/LICENSE
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v3` -> `v4` | ---...
Replaces #1029
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v1` -> `v2` | ---...
Fix from-behave-import link Clarify differences between Given, When and Then