Closed Non-Contradiction closed 6 years ago
Lots of tests about the wrapper functions would look like this: https://github.com/Non-Contradiction/autodiffr/blob/master/tests/testthat/test_wrapper_basic.R
Need to have some methods to automate the creation of such tests.
The section building your own testing tools in http://r-pkgs.had.co.nz/tests.html may be helpful.
building your own testing tools
The commit works fine.
Now we have to add more tests, which is an important part of the first phase.
Lots of tests about the wrapper functions would look like this: https://github.com/Non-Contradiction/autodiffr/blob/master/tests/testthat/test_wrapper_basic.R
Need to have some methods to automate the creation of such tests.
The section
building your own testing tools
in http://r-pkgs.had.co.nz/tests.html may be helpful.