I'm trying to get tests going and I'm grabbing controllers using: response = self.app.get(url_for(controller='ecommerce'))
and I get this response: 302 Found The resource was found at /task/%3Cbound+method+TestEcommerceController.id+of+%3Cskypanel.tests.functional.test_ecommerce.TestEcommerceController+testMethod%3Dtest_me%3E%3E/list; you should be redirected automatically. I tried using follow() but it just gives me an error. I really have no idea what's going on and it has gotten me stuck. Thanks for any help anyone can provide. Carlo _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
