Exemplo n.º 1
0
 def test_redirect_to_login_when_not_authenticated(self):
     test_redirect_to_login_when_not_authenticated(self, self.target_url)
Exemplo n.º 2
0
 def test_redirect_to_login_when_not_authenticated(self):
     test_redirect_to_login_when_not_authenticated(self, reverse("search:home"))
Exemplo n.º 3
0
 def test_redirect_when_not_authenticated(self):
     test_redirect_to_login_when_not_authenticated(self, reverse("post:create"))
Exemplo n.º 4
0
 def test_redirect_to_login_when_not_authenticated(self):
     self.client.logout()
     return test_redirect_to_login_when_not_authenticated(self, self.target_url)
Exemplo n.º 5
0
 def test_redirect_when_not_authenticated(self):
     test_redirect_to_login_when_not_authenticated(self, reverse("post:delete", args=(1, )))