comparison 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
comparison
equal deleted inserted replaced
70:a78c74c73d98 71:88adf10be709
1 import tincan
2
3 class Hello2(tincan.Page):
4 def handle(self):
5 self.time = "This does not matter."
6 self.request.app.forward("/bad2.pspx")