Merck / pkglite

Compact Package Representations
https://merck.github.io/pkglite/
GNU General Public License v3.0
30 stars 4 forks source link

Move test file scope logic into `helper.R` #45

Closed nanxstats closed 8 months ago

nanxstats commented 8 months ago

This PR moves the test logic that previously has "test file scope" into tests/testthat/helper.R.

This follows the best practice recommended in R Packages.