bundled/webpy/test/alltests.py @ 7b4e78679c9d webui

Add some basic styles so I don't hate looking at this thing.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Oct 2009 20:13:17 -0400
parents 7c9d165e0cd1
children (none)
import webtest

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