Closed connectedblue closed 7 years ago
Hi @KentonWhite Could you review and merge this PR if you're happy with it?
It touches some files which I'll need to modify to address the bug in #192 so I'd rather develop off the master with the cleaned up tests.
Merged. Thanks!
This PR proposes some updates to the existing code base to prevent warnings thrown by some test tools. This was discussed in #186.
The warnings fixed by this are:
devtools::test()
is run in theProjectTemplate
directoryconfig
variable in.remove.sticky.variables()
function.No user functionality is changed in this PR, it simply cleans up some underlying test cases to improve the regression suite.