cherrypy.test.test_tutorials module

class cherrypy.test.test_tutorials.TutorialTest(methodName='runTest')[source]

Bases: CPWebCase

static load_module(name)[source]

Import or reload tutorial module as needed.

classmethod setup_server()[source]

Mount something so the engine starts.

classmethod setup_tutorial(name, root_name, config={})[source]
test01HelloWorld()[source]
test02ExposeMethods()[source]
test03GetAndPost()[source]
test04ComplexSite()[source]
test05DerivedObjects()[source]
test06DefaultMethod()[source]
test07Sessions()[source]
test08GeneratorsAndYield()[source]
test09Files()[source]
test10HTTPErrors()[source]