Adds list creation form
This commit is contained in:
parent
91483b56f5
commit
69c2b192a4
6 changed files with 104 additions and 12 deletions
|
@ -55,7 +55,6 @@ class ListViews(TestCase):
|
|||
self.assertEqual(result.status_code, 200)
|
||||
|
||||
|
||||
|
||||
def test_list_page(self):
|
||||
''' there are so many views, this just makes sure it LOADS '''
|
||||
view = views.List.as_view()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue