bundled/webpy/test/alltests.py @ f11f57ebfb98 webui

Add the update command to the README, for now.
author Steve Losh <steve@stevelosh.com>
date Mon, 09 Nov 2009 20:38:28 -0500
parents 7c9d165e0cd1
children (none)
import webtest

def suite():
    modules = ["doctests", "db", "application", "session"]
    return webtest.suite(modules)
    
if __name__ == "__main__":
    webtest.main()