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

GD-409: Fix do skip excluded test suites by runner configuration #410

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Apr 23, 2024

Why

#409
There was a comprehensive refactoring of the test execution and the cmd tool was forgotten in the process

What

  • fix test suite skipped when is excluded in the runner config
  • fix test report summary, it was shown wrong test count
  • improve final report summary to show skipped vs executed information
  • fix minor assert_dictionary issue, do use the correct error message for missing keys

new output

  • starting messages
    image
  • skipped test suite
    image
  • partial skipped test suite
    image
  • report summary
    image

# Why
#409
There was a comprehensive refactoring of the test execution and the cmd tool was forgotten in the process

# What
- fix test suite skipped when is excluded in the runner config
- fix test report summary, it was shown wrong test count
- improve final report summary to show skipped vs executed information
- fix minor assert_dictionary issue, do use the correct error message for missing keys
@MikeSchulze MikeSchulze self-assigned this Apr 23, 2024
@MikeSchulze MikeSchulze merged commit d2e60ef into master Apr 23, 2024
@MikeSchulze MikeSchulze deleted the GD-409 branch April 23, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-409: CmdTool do not skip test suites when using --conf <runner.cfg>
1 participant