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

Test using pytest main to invoke test finds step defs. #739

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

jsa34
Copy link
Collaborator

@jsa34 jsa34 commented Nov 13, 2024

Resolves #173

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.61%. Comparing base (4d995b2) to head (3f567bf).
Report is 161 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #739      +/-   ##
==========================================
+ Coverage   95.60%   95.61%   +0.01%     
==========================================
  Files          54       54              
  Lines        2092     2099       +7     
  Branches      229      229              
==========================================
+ Hits         2000     2007       +7     
  Misses         56       56              
  Partials       36       36              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tests/scripts/test_main.py Outdated Show resolved Hide resolved
Copy link
Contributor

@youtux youtux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice1

@youtux youtux enabled auto-merge November 13, 2024 21:59
@youtux youtux merged commit a01ca25 into master Nov 13, 2024
18 checks passed
@youtux youtux deleted the test-python-main-steps-found branch November 13, 2024 22:01
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.

Running scenarios fails with StepDefinitionNotFoundError when invoking programmatically with 'pytest.main'
2 participants