rbreu / beeref

BeeRef Reference Image Viewer
GNU General Public License v3.0
512 stars 38 forks source link

Fix pytest commandline flags being parsed by Beeref #117

Open DarkDefender opened 3 months ago

DarkDefender commented 3 months ago

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.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DarkDefender commented 1 week ago

Just to clarify that the tests are passing on my machine at least.