colcon / colcon-python-setup-py

Extension for colcon to support Python packages with the metadata in the setup.py file
http://colcon.readthedocs.io
Apache License 2.0
2 stars 7 forks source link

Extract test dependencies from [options.extras_require]test #61

Closed cottsay closed 4 weeks ago

cottsay commented 4 weeks ago

It's becoming an increasingly common pattern to declare test dependencies using [options.extras_require]test. This change merges the test dependencies declared using that mechanism with any discovered using [options]test_requires.

This change was made in colcon-core for setup.cfg projects in colcon/colcon-core#450 and released with colcon-core 0.7.0.

codecov-commenter commented 4 weeks ago

Codecov Report

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

Project coverage is 51.00%. Comparing base (3c4d291) to head (df1d9eb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ========================================== + Coverage 48.95% 51.00% +2.05% ========================================== Files 3 3 Lines 143 149 +6 Branches 29 29 ========================================== + Hits 70 76 +6 Misses 67 67 Partials 6 6 ```

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