Task #1370
Story #1369: Refactor tests in d1_client_r to use RUnit
Refactor tests to use RUnit
Start date:
2011-02-16
Due date:
% Done:
100%
Milestone:
None
Story Points:
Sprint:
Description
Using RUnit will help to ensure tests are actually passing by adding in assertion checking support.
See http://cran.r-project.org/web/packages/RUnit/vignettes/RUnit.pdf
History
#1 Updated by Rob Nahf over 11 years ago
- Target version set to DataONE R Client 1.1.0
#2 Updated by Rob Nahf over 11 years ago
- Status changed from New to In Progress
#3 Updated by Rob Nahf over 11 years ago
- Assignee set to Rob Nahf
#4 Updated by Matthew Jones about 10 years ago
- Milestone set to None
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Closing. Using the @testthat@ testing framework instead, which is now in place.