Skip to content

Commit

Permalink
CLEANUP: behave.configuration
Browse files Browse the repository at this point in the history
* Constructor: Simplify, move parts to own "setup_<SOMETHING>()" methods
* Config-file processing: Simplify and fix some bugs
  HINT: Negated-option descriptions were processed, ...

* Color-mode: Simplify detection and use for others.
  • Loading branch information
jenisys committed Jun 8, 2023
1 parent 6abdb43 commit 0b98c4d
Show file tree
Hide file tree
Showing 6 changed files with 669 additions and 306 deletions.
2 changes: 2 additions & 0 deletions behave/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
--tags="not (@fixme or @xfail)"
NOTES:
* The tag-prefix "@" is optional.
* An empty tag-expression is "true" (select-anything).
TAG-INHERITANCE:
* A Rule inherits the tags of its Feature
* A Scenario inherits the tags of its Feature or Rule.
* A Scenario of a ScenarioOutline/ScenarioTemplate inherit tags
Expand Down

0 comments on commit 0b98c4d

Please sign in to comment.