Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.werder committed Oct 11, 2019
1 parent 3b3a059 commit 2ff4cee
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cronjob/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,3 @@ def test_userLogout(self):
self.assertTrue(response.status_code, 200)
response = self.client.get(reverse('cronjob:userLogout'))
self.assertTrue(response.status_code, 200)

# class LogInTest(TestCase):
# def setUp(self):
# self.credentials = {
# 'username': 'testuser',
# 'password': 'secret'}
# User.objects.create_user(**self.credentials)
# def test_login(self):
# # login
# response = self.client.post('/login/', **self.credentials)
# # should be logged in now, fails however
# self.assertTrue(response.context['user'].is_active)


0 comments on commit 2ff4cee

Please sign in to comment.