search for: pyunit

Displaying 2 results from an estimated 2 matches for "pyunit".

Did you mean: punit
2004 Aug 09
2
Approaches to using RUnit
Having used JUnit and PyUnit, I was pleased to see the release of the RUnit package on CRAN. I'm wondering if there are any RUnit users out there that would be willing to share some tips on how they organize their code to work with RUnit. Specifically, I'm wondering about the best way to load/import/source the functi...
2007 May 09
4
Unit Testing Frameworks: summary and brief discussion
...mous, as > contributers desire) to the list. I've been using RUnit and have been quite happy with it. I had not heard of butler until I read your mail (!). RUnit behaves reasonably similarly to other *Unit frameworks and this made it easy to get started with as I have used both JUnit and PyUnit (unittest module). Two things to be wary of: 1. At last check, you cannot create classes in unit test code and this makes it difficult to test some types of functionality. I'm really not sure to what extent this is RUnit's fault as opposed to limitation of the S4 impleme...