kotti.testing

Inheritance Diagram

Inheritance diagram of kotti.testing

class kotti.testing.Dummy(**kwargs)[source]
class kotti.testing.DummyRequest(params=None, environ=None, headers=None, path='/', cookies=None, post=None, **kw)[source]
class kotti.testing.UnitTestBase(methodName='runTest')[source]
setUp(**kwargs)[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

class kotti.testing.EventTestBase(methodName='runTest')[source]
setUp(**kwargs)[source]

Hook method for setting up the test fixture before exercising it.

class kotti.testing.FunctionalTestBase(methodName='runTest')[source]
setUp(**kwargs)[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

class kotti.testing.TestingRootFactory(request)[source]