Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify testing code with fixtures #57

Open
skent259 opened this issue Jul 4, 2022 · 1 comment
Open

Simplify testing code with fixtures #57

skent259 opened this issue Jul 4, 2022 · 1 comment
Milestone

Comments

@skent259
Copy link
Owner

skent259 commented Jul 4, 2022

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 "_"
@skent259
Copy link
Owner Author

skent259 commented Jul 6, 2022

Progress made with #65. Remains to wrap data into fixtures for some test files

@skent259 skent259 added this to the Future milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant