dselivanov / rmongodb

R driver for MongoDB
53 stars 26 forks source link

Test framework? #90

Closed georgeu2000 closed 8 years ago

georgeu2000 commented 8 years ago

Not an issue, but I was curious why the tests don't use a test framework. Is there any special reason?

dselivanov commented 8 years ago

What do you mean by "test framework"? testthat package?

georgeu2000 commented 8 years ago

I mean like R Unit https://cran.r-project.org/web/packages/RUnit/vignettes/RUnit.pdf .

Something that makes it easy to break up the functionality into individual tests.

dselivanov commented 8 years ago

Don't have an answer =) Most of the tests were wrote by Markus - previous maintainer. I'm not familiar with RUnit at all, on other projects use testthat.

georgeu2000 commented 8 years ago

OK, thanks for the info.