aragilar / pytest-mpi

Pytest plugin for working with MPI
https://pytest-mpi.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

Use dedicated group for CLI options #40

Closed severinstrobl closed 2 years ago

severinstrobl commented 2 years ago

This provides proper context for the MPI-related options when displaying the usage information, instead of listing them under 'custom options'.

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (89e2774) into master (ec74d3a) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   99.18%   99.19%           
=======================================
  Files           3        3           
  Lines         123      124    +1     
=======================================
+ Hits          122      123    +1     
  Misses          1        1           
Impacted Files Coverage Δ
src/pytest_mpi/__init__.py 99.10% <100.00%> (+<0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec74d3a...89e2774. Read the comment docs.

aragilar commented 2 years ago

@severinstrobl Thanks for this, it's much nicer now.

bors r+

bors[bot] commented 2 years ago

Build succeeded: