Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #771 allure-behave formatter crash with behave v1.2.7.dev5 #798

Merged
merged 6 commits into from
Mar 14, 2024
Merged

Commits on Mar 5, 2024

  1. Update listener.py to fix issue #771

    Fix for issue #771: with behave v1.2.7.dev5 an error causes the allure_behave report formatter to crash
    ercaronte authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fd02db7 View commit details
    Browse the repository at this point in the history
  2. Fixing issues with previous versions of behave

    There is an API change in the behave Configuration class from 1.2.6 to 1.2.7dev5.
    With this fix the listener class should work in all cases.
    ercaronte authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    33bb8f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Change version check code

    Changing version check to be more expressive by utilizing packaging.version
    ercaronte authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    99be78d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Changing logical operator

    Preferring boolean and versus logical &
    
    Co-authored-by: Maxim <[email protected]>
    ercaronte and delatrie authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3bae2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07d234 View commit details
    Browse the repository at this point in the history
  3. The allure-behave tests do not use behave.matchers.step_matcher and b…

    …ehave.matchers.current_matcher, which got removed in Behave 1.2.7.dev.4.
    
    In this way, the allure-behave test suite works for Behave 1.2.6 as well as with the latest 1.2.7dev5
    ercaronte committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ed48884 View commit details
    Browse the repository at this point in the history