> > 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? >
Have you seen this: http://www.web2pyslices.com/slice/show/1465/unittesting-doctesting-and-userinterface-testing > 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). > I think it just runs doctests in controllers. Anthony

