astropy / extension-helpers

Helpers to assist with building Python packages with compiled C/Cython extensions
https://extension-helpers.readthedocs.io
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

TST: drop legacy pytest fixture tmpdir, use tmp_path instead #81

Closed neutrinoceros closed 7 months ago

neutrinoceros commented 11 months ago

A byproduct of my work on #80 (this branch is currently based off #80 to avoid conflicts after that one is merged) tmpdir is discouraged

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (7631d10) 76.06% compared to head (498f89e) 76.06%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ======================================= Coverage 76.06% 76.06% ======================================= Files 4 4 Lines 330 330 ======================================= Hits 251 251 Misses 79 79 ```

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

neutrinoceros commented 7 months ago

@astrofrog are we waiting on anything for this one ?

astrofrog commented 7 months ago

Sorry for the delay!

neutrinoceros commented 7 months ago

no worries !