-
Notifications
You must be signed in to change notification settings - Fork 83
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
Move from RUnit to testthat #48
Comments
I'm open to it. RUnit has worked well, but been more problematic when trying to get it to work with coveralls. In part, I have less examples to refer to since testthat is far more popular. The only thing that has stopped me is my lack of familiarity with testthat and taking the time to implement it. |
Great to hear that! BTW: In RStudio this will look like this:
|
No problem, it'll be great to have you contribute to this and happy to help with any questions. Sorry, I can't assign you this specific issue since you're not a member on our org account, but please feel free to proceed. One other item to note is it's useful to move the We could put this in a yet-to-be-announced 1.6.2 release. I have to submit a bug-release of the package (1.6.1) sometime this weekend because CRAN has been hounding me. If you finish before then, I could wrap it into 1.6.1, but no rush. |
(4 test locally for me still failing) posixify function : .............. |
@tomschenkjr In addition, I see you have put which needs to be replaced with Chicago too. :) commit already in the #47 |
…er user UX) and delete it from rbuild.
@dmpe Ok, I see that I get the error when running It appears to be how httr handles errors. Per your comment in #50, I think we can improve this in a later release. Unless you have any issues, I'll close this issue in the meantime as we've effectively transferred to testthat. |
@tomschenkjr Fine with me. I close it. |
For discussion:
Instead of
will become
Advantage:
devtools
-> devtools::test()In case of agreement, please assign me. Thanks
The text was updated successfully, but these errors were encountered: