class documentation

Tests for memory-based session storage.

Method test_interfaceCompliance Verify that the session store complies with the relevant interfaces.
Method test_noAuthorizers By default, MemorySessionStore contains no authorizers and the sessions it returns will authorize any supplied interfaces as None.
Method test_simpleAuthorization MemorySessionStore.fromAuthorizers takes a set of functions decorated with declareMemoryAuthorizer and constructs a session store that can authorize for those interfaces.
def test_interfaceCompliance(self): (source)

Verify that the session store complies with the relevant interfaces.

def test_noAuthorizers(self): (source)

By default, MemorySessionStore contains no authorizers and the sessions it returns will authorize any supplied interfaces as None.

def test_simpleAuthorization(self): (source)

MemorySessionStore.fromAuthorizers takes a set of functions decorated with declareMemoryAuthorizer and constructs a session store that can authorize for those interfaces.