hadim / read-roi

Read ROI files .zip or .roi generated with ImageJ.
BSD 3-Clause "New" or "Revised" License
51 stars 22 forks source link

Support either nose or nose2 as test runner #27

Open musicinmybrain opened 2 years ago

musicinmybrain commented 2 years ago

See https://fedoraproject.org/wiki/Changes/DeprecateNose for some reasons not to rely on nose.

With this change, either nose (nosetests) or nose2 (nose2) can be used as the test runner, and the original nose does not need to be installed to run the tests.

codecov[bot] commented 2 years ago

Codecov Report

Merging #27 (6fcb928) into master (0dea04f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   86.84%   86.84%           
=======================================
  Files           3        3           
  Lines         266      266           
=======================================
  Hits          231      231           
  Misses         35       35           

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 0dea04f...6fcb928. Read the comment docs.