wimglenn / johnnydep

Display dependency tree of Python distribution
MIT License
501 stars 27 forks source link

pytest: move config to `pyproject.toml` #134

Closed Borda closed 8 months ago

Borda commented 8 months ago

It is just a minor project simplification by moving pytest to already existing and using pyproject.toml

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (207da6f) 92.35% compared to head (23dc943) 92.35%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #134 +/- ## ======================================= Coverage 92.35% 92.35% ======================================= Files 8 8 Lines 706 706 Branches 153 153 ======================================= Hits 652 652 Misses 35 35 Partials 19 19 ```

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

wimglenn commented 8 months ago

@Borda There was a small syntax error which I've fixed. Thanks for the contribution.