Skip to content

Commit

Permalink
Merge c171ebf into a35ae49
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Sep 1, 2020
2 parents a35ae49 + c171ebf commit 31a39ab
Show file tree
Hide file tree
Showing 70 changed files with 307 additions and 7,383 deletions.
4 changes: 0 additions & 4 deletions observation_portal/accounts/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ def setUp(self):
self.user.set_password('sopassword')
self.user.save()

def test_index_page(self):
response = self.client.get(reverse('requestgroups:list'))
self.assertContains(response, 'Observation Portal')

def test_no_such_user(self):
self.client.post(
reverse('auth_login'),
Expand Down

This file was deleted.

This file was deleted.

130 changes: 0 additions & 130 deletions observation_portal/observations/test/test_views.py

This file was deleted.

0 comments on commit 31a39ab

Please sign in to comment.