I believe you're actually referring to some sort of integration test and not a unit test. For completeness sake, you should write a bare unit test that merely checks for the result to be an instance of HTTPFound and that the url it's redirecting to is accurate. You really shouldn't need to test that Pylons is working properly (ie the redirects are being chained correctly).
- Rocky -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
