Add a sitemap.txt for popular public repos
and reference it from the robots.txt
This commit is contained in:
parent
c712be05e2
commit
a1cf12e460
11 changed files with 146 additions and 52 deletions
|
@ -111,6 +111,12 @@ class WebEndpointTestCase(EndpointTestCase):
|
|||
def test_index(self):
|
||||
self.getResponse('web.index')
|
||||
|
||||
def test_robots(self):
|
||||
self.getResponse('web.robots')
|
||||
|
||||
def test_sitemap(self):
|
||||
self.getResponse('web.sitemap')
|
||||
|
||||
def test_repo_view(self):
|
||||
self.getResponse('web.repository', path='devtable/simple')
|
||||
|
||||
|
|
Reference in a new issue