jthaman / ciTools

An R Package for Quick Uncertainty Intervals
GNU General Public License v3.0
106 stars 9 forks source link

Add initial testing framework along with automated testing and code coverage (fix #27) #54

Open billdenney opened 3 years ago

billdenney commented 3 years ago

Fix #27 (though only minimally)

While creating #51 and #53, I wanted to create tests, but I didn't see a testing framework used. Then I saw #27, so I thought this could be helpful. It only implements a very simple test, but the main point is to put the framework in place.