def test_index_1(self): """Test that index renders properly""" with app.test_request_context(): self.assertEqual(index() is not None, True)