Dear all
i want to mock test function in Gluon like Redirect that my controllers/default.py is using So I want to do @mock.path( default.gluon.http.redirect) . but i cant because :*** NameError: name 'auth' is not defined Im running my test by: python web2py.py -S app -M -R applications/app/unittest/unittest.py am i missing smth? Thank a lots -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

