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

Fix pytest commandline flags being parsed by Beeref #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DarkDefender
Copy link
Contributor

@DarkDefender DarkDefender commented Jun 9, 2024

For example, running pytest -l will error out as Beeref would try to parse -l as a log level flag. Now we no longer try to blindly parse flags when including the Beeref commandline parser.

I ran into this when working on the other PR.

For example, running "pytest -l" will error out as Beeref would try to
parse "-l" as a log level flag. Now we no longer try to blindly parse
flags when including the Beeref commandline parser.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.94%. Comparing base (caed5c3) to head (60d79d4).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #117   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files          33       33           
  Lines        4376     4376           
=======================================
  Hits         4286     4286           
  Misses         90       90           

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

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.

None yet

2 participants