fulcrumgenomics / prymer

Python Primer Design Library
https://prymer.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

fix: Executable path validation tests should not be dependent on the user environment #25

Closed msto closed 3 weeks ago

msto commented 3 weeks ago

Closes #20

Homebrew installation of the GNU coreutils caused a conflict with expectation in the ExecutableRunner validation tests.

Tests were updated to clear the PATH before executing.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 97.37%. Comparing base (dd844f5) to head (5062706). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ======================================= Coverage 97.37% 97.37% ======================================= Files 25 25 Lines 1597 1597 Branches 302 302 ======================================= Hits 1555 1555 Misses 23 23 Partials 19 19 ```

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

tfenne commented 3 weeks ago

@geoffjentry Could you review this one instead of me please?