Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature/unit testing #129
Feature/unit testing #129
Conversation
currently (?) requires a new file ~/.R/rblpapiOptions.R as ~/.Rprofile is NOT read
|
Thanks. You may want to play with it -- ie force a |
|
thx. I'm almost done w/ the code change. but when I push to the feature branch, we should all test a bit first... |
|
Right. But the idea is that you as author of the code in question may be best positioned to formalize some tests that would get run automatically (if and when unit tests get tickled and can actually run). |
Proof of concept with two functions and eight tests for getBars
Requires that you create
~/.R/rblpapiOptions.Rwith theoptions()snippet otherwise inRprofileas the latter is not read during tests.