Steve Piercy
2017-08-15 13cf140db809e59cc7ad88b13546530dd2bb53aa
docs/quick_tutorial/static_assets/tutorial/tests.py
@@ -42,3 +42,7 @@
    def test_hello(self):
        res = self.testapp.get('/howdy', status=200)
        self.assertIn(b'<h1>Hi Hello View', res.body)
    def test_css(self):
        res = self.testapp.get('/static/app.css', status=200)
        self.assertIn(b'body', res.body)