view tests/suite_15_prog_forward/files/bad2.py @ 71:88adf10be709 draft

Add tests.
author David Barts <n5jrn@me.com>
date Mon, 15 Jul 2019 13:16:31 -0700
parents
children
line wrap: on
line source

import tincan

class Hello2(tincan.Page):
    def handle(self):
        self.time = "This does not matter."
        self.request.app.forward("/bad2.pspx")