Skip to content

Commit 8d70667

Browse files
documentation and pylint check to 10/10
1 parent f096c73 commit 8d70667

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

news/tests/test_urls_and_views.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)