--- a/tests/test_viewer.py Sat Sep 23 12:53:04 2017 +0800
+++ b/tests/test_viewer.py Sat Sep 23 13:00:12 2017 +0800
response = self.fetch('/')
assert response.code == 200
assert 'online linter' in response.body
+ assert 'test-viewer' in response.body
assert '1 error' in response.body
assert '1 warning' in response.body
assert '<a href="#">default</a>' in response.body
+ assert '2016-08-20T02:38:53Z' in response.body
response = self.fetch('/nobodyhere')