feder-observatory / stellarphot

Stellar aperture photometry
https://stellarphot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

Use pytest-mock to create testing path for saved settings #372

Closed mwcraig closed 2 months ago

mwcraig commented 2 months ago

With this, the _testing_path argument can be removed from saved settings code. The alternative to going this route was to add _testing_path to another class, the ReviewSettings widget, which will be in #371.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 77.66%. Comparing base (318385a) to head (292e181). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #372 +/- ## ========================================== - Coverage 77.67% 77.66% -0.02% ========================================== Files 27 27 Lines 3628 3626 -2 ========================================== - Hits 2818 2816 -2 Misses 810 810 ```

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