fix flatpagesroot
This commit is contained in:
@@ -29,4 +29,8 @@ def test_links_in_index(index_html):
|
||||
assert 'href="/topic1/"' in index_html
|
||||
|
||||
def test_text_in_index(index_html):
|
||||
assert 'asdfasdfasdf' in index_html
|
||||
assert 'asdfasdfasdf' in index_html
|
||||
|
||||
def test_jpg(client):
|
||||
resp = client.get('/topic1/test.jpg/')
|
||||
assert resp.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user