Sha256: 7b067a8c3638b4c75d5406f916318c110c40b1a3bf9342adb9540e97f07b91a5

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

Feature: Command-line options: Use behave --lang-list

  As a user
  I want to determine which languages are supported by behave
  So that I can use the language code in feature files or command lines

  @problematic
  @not.with_os=win32
  Scenario: Use behave --lang-list
    When I run "behave --lang-list"
    Then it should pass with:
        """
        Languages available:
         ar: العربية / Arabic
         bg: български / Bulgarian
         ca: català / Catalan
         cs: Česky / Czech
         cy-GB: Cymraeg / Welsh
         da: dansk / Danish
         de: Deutsch / German
         en: English / English
        """
    And the command output should contain:
        """
        sv: Svenska / Swedish
        tr: Türkçe / Turkish
        uk: Українська / Ukrainian
        uz: Узбекча / Uzbek
        vi: Tiếng Việt / Vietnamese
        zh-CN: 简体中文 / Chinese simplified
        zh-TW: 繁體中文 / Chinese traditional
        """
    But the command output should not contain "Traceback"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
busser-behave-0.1.3 vendor/behave/features/cmdline.lang_list.feature