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