From: Kevin <ke...@dr...> - 2006-05-22 00:12:24
|
Andrew Turner wrote: > Along these lines - what happened to using the testing framework Kevin > put in place around v0.2? We should make sure whenever a function is > added that appropriate tests are added, and run on a regular basis > (nightly, bi-nightly, and/or with checkins) > That was the idea. I've started a test case for item search. I've run all the test cases recently and they still all pass. The problem is we only have about 5-10% test coverage. Perhaps this should be a formal feature/support request to write test cases for the rest of the code? The test cases are easy to run once simple test is installed. Should we bundle simpletest to make this easier for users/devs? -Kevin |