Simplify testing code with fixtures
skent259 opened this issue · 1 comments
skent259 commented
See https://r-pkgs.org/test-design.html
- Want to wrap all data into fixtures
- Remove calls to "library"
- Use skip package function in test that instead of my own helpers
- Re-name test files with a "-" instead of "_"