File: issue0197.feature

package info (click to toggle)
behave 1.2.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,160 kB
  • sloc: python: 19,857; makefile: 137; sh: 18
file content (11 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
@issue
Feature: Issue #197: Hooks processing should be more exception safe

  TESTS PROVIDED IN: features/runner.hook_errors.feature

  @reuse.colocated_test
  Scenario: Hook processing in case of errors
    Given I use the current directory as working directory
    When I run "behave -f plain features/runner.hook_errors.feature"
    Then it should pass