File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def test_create_publication_url_is_resolved(self):
4747 CreatePublication
4848 )
4949
50- def test_detail_view_url_is_resolved (self ):
50+ def test_detail_view (self ):
5151 """
5252 Test if the detail_view is opening by the given url adress with
5353 the primary key of created in setUp instance
@@ -63,7 +63,7 @@ def test_detail_view_url_is_resolved(self):
6363 )
6464
6565
66- def test_update_publication_url_is_resolved (self ):
66+ def test_update_publication (self ):
6767 """
6868 Test if update view is opening by given url with the
6969 primary key of created instance
@@ -78,7 +78,7 @@ def test_update_publication_url_is_resolved(self):
7878 'news/create_publication.html'
7979 )
8080
81- def test_delete_publication_url_is_resolved (self ):
81+ def test_delete_publication (self ):
8282 """
8383 Test if delete view is opening by given url with the
8484 primary key of created instance
You can’t perform that action at this time.
0 commit comments