8000 Tags · behave/behave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: behave/behave

Tags

v1.2.7.dev6

Toggle v1.2.7.dev6's commit message
Release: v1.2.7.dev6

* Status: Distinguish between failures and errors
* Pending steps
* Support for cucumber-expressions
* Use StepNotImplementedError (was: NotImplementedError)
* ADDED: steps.code formatter -- Shows steps with code-section.

* ...

ISSUES:

* issue #1047: Step type is inherited for generic step if possible (submitted by: zettseb)
* ...

BACKWARD INCOMPATIBLE:

* parser: No longer strips trailing colon from steps with text/table section.

v1.2.7.dev5

Toggle v1.2.7.dev5's commit message
RELEASE: v1.2.7.dev5

v1.2.7.dev4

Toggle v1.2.7.dev4's commit message
VERSION: v1.2.7.dev4

behave:

* CLEANUP: configuration -- tag_expression_protocol, show_bad_formats()
* CLEANUP: configuration -- Refactor internals to make it more readable
* REFACTOR: behave.matchers (StepMatcherFactory, ...)
* NEW: behave.api.step_matchers
* UPDATE: gherkin-languages.json / behave.i14n (language=be was added)
* Use assertpy as assert-matcher (in some cases)
* FIXED #1116: behave erroring in pretty format in pyproject.toml
* FIXED #1120: Logging ignoring level set in setup_logging (submitted by: j7an)

behave4cmd0:

* Modularize steps into multiple modules
  (environment_steps, filesystem_steps, workdir_steps)

v1.2.7.dev3

Toggle v1.2.7.dev3's commit message
FIX: Test regression on Windows

Gherkin parser:

* Strip trailing whitespace in multi-line text
  REASON: Whitespace normalization (may contain carriage-return on Windows)

v1.2.7.dev2

Toggle v1.2.7.dev2's commit message
Add info for fixed issue #955

v1.2.7.dev1

Toggle v1.2.7.dev1's commit message
docs: parse_expression, add links to parse_type module and Cardinalit…

…yField support.

gherkin_v6

Toggle gherkin_v6's commit message
Add support for Gherkin v6 grammar (Rule and Example, ... aliases).

This should simplify to use Example Mapping concepts in feature files.

* Use Cucumber "gherkin-languages.json" to support Gherkin v6 keyword
  aliases and simplify spoken language support in the future.

v1.2.6

Toggle v1.2.6's commit message
upload: Only one format is allowed now, disable ZIP format.

v1.2.5

Toggle v1.2.5's commit message
VERSION: 1.2.5

__unicode_anchor

Toggle __unicode_anchor's commit message
Merge test_importer.py fix into into mcepl-unicode_crash_251

0