diff options
Diffstat (limited to 'tests/doRUnit.R')
-rw-r--r-- | tests/doRUnit.R | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/doRUnit.R b/tests/doRUnit.R index ed3ef1d..f0f8281 100644 --- a/tests/doRUnit.R +++ b/tests/doRUnit.R @@ -10,14 +10,6 @@ if(require("RUnit", quietly=TRUE)) { library(package=pkg, character.only=TRUE) - ## If desired, load the name space to allow testing of private functions - ## if (is.element(pkg, loadedNamespaces())) - ## attach(loadNamespace(pkg), name=paste("namespace", pkg, sep=":"), pos=3) - ## - ## or simply call PKG:::myPrivateFunction() in tests - - ## --- Testing --- - ## Define tests testSuite <- defineTestSuite(name=paste(pkg, " Unit Tests"), dirs=path) |