Please help me test this

in routes.py you can do

routes_in = [
   ('/google', '303->http://google.com'),
   ('/yahoo', '303->http://yahoo.com'),
   ('/search/$anything', '303->http://google.com?q=$anything'),
   ('/hello/$anything','303->/welcome/$anything'
]


Reply via email to