When I run test_rewrite in the trunk, I get an error. I must say that it's not all that helpful a message. There's no routes.py in the tree, so I assume that it's using the one from NewOpen(). Am I doing something wrong, or is there a bug? FWIW, the other tests in the directory run fine.
tests $ python test_rewrite.py ...F....... ====================================================================== FAIL: testErrorHandlingError (__main__.ErrorHandlingRoutesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_rewrite.py", line 227, in testErrorHandlingError 'Got response: %s' % self.response) AssertionError: Got response: ['None'] ---------------------------------------------------------------------- Ran 11 tests in 0.005s FAILED (failures=1) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---