r-spatial / sf

Simple Features for R
https://r-spatial.github.io/sf/
Other
1.35k stars 299 forks source link

Rename test files to work better with usethis. (align them with R files) #2342

Closed olivroy closed 8 months ago

olivroy commented 9 months ago

this way, it is easier to jump between R/ and tests/ with usethis::use_r(), and usethis::use_test().

s2 was not recognized as test because it didn't have the 'test' prefix

If merged, this would create conflicts with #2059, but I wouldn't mind solving them if you'd like me