astronomy-commons / hipscat-import

HiPSCat import - generate HiPSCat-partitioned catalogs
https://hipscat-import.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Use pathlib for pytest fixtures. #333

Closed delucchi-cmu closed 3 months ago

delucchi-cmu commented 3 months ago

Change Description

This PR touches only files under tests/, and changes code to use pathlib.Path for constructing test data paths, instead of os.path.join.

This shouldn't change any functionality, but is just cleaner.

Code Quality

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.78%. Comparing base (3bcec06) to head (4439aca). Report is 41 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #333 +/- ## ======================================= Coverage 99.78% 99.78% ======================================= Files 26 26 Lines 1389 1389 ======================================= Hits 1386 1386 Misses 3 3 ```

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