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

Suppress output of nonzero ranks #41

Open orausch opened 2 years ago

orausch commented 2 years ago

Closes issue #35. Also adds the -unmute-ranks option to disable this new behaviour.

orausch commented 2 years ago

I couldn't get your tests to run locally, so this is only tested manually for now.

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (5f1042e) into master (b72d3a7) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   99.19%   99.27%   +0.07%     
==========================================
  Files           3        3              
  Lines         124      137      +13     
==========================================
+ Hits          123      136      +13     
  Misses          1        1              
Impacted Files Coverage Δ
src/pytest_mpi/__init__.py 99.20% <100.00%> (+0.09%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

beckermr commented 1 year ago

@aragilar Can we merge this?

I am more than happy to help maintain this package if you'd like!