ploigos / ploigos-step-runner

Ploigos Step Runner (PSR) implemented as a Python library.
GNU General Public License v3.0
20 stars 66 forks source link

Set default value "psr.yaml" if "-c" is not provided #297

Closed RyanMillerC closed 1 year ago

RyanMillerC commented 2 years ago

Purpose

Fixes #296. I refactored the tests in tests/test_main.py to account for the change. I also cleaned up the tests in that file to make them more readable.

Breaking?

No

Integration Testing

Did not perform integration testing

codecov[bot] commented 2 years ago

Codecov Report

Merging #297 (feaa44c) into main (89ec35b) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #297   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          105       105           
  Lines         4310      4310           
=========================================
  Hits          4310      4310           
Flag Coverage Δ
pytests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ploigos_step_runner/__main__.py 100.00% <ø> (ø)

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