I know that you can run tests on controller from Admin, but you cannot do this for modules. I am planning on adding the core functionality of my application into a module so that this functionality can be accessed from any controller. This also provides some extra modularity. Since the bulk of my application's logic will be located in modules, it would be nice if I could run tests on these from the Admin interface, like I would with controllers.
- [web2py] Running Module Tests From Admin Ross Peoples

