I'm coming at things backwards (as usual) and just now looking at writing unit tests for a couple of apps I'm working on. The most recent forum discussion of unit testing in general seems to be about a year old and references an appliance in web2py_utils as the most complete solution to that point. Is that still the best way to go?
Also, will the doctest implementation via web2py admin also run doctests in custom modules? I've been writing most of my business logic as modules (in the /modules folder). Thanks, Ian