class MockRequest: def __init__(self): self.session = dict() self.GET = dict() self.POST = dict()