1
0
Fork 0
wuttaweb/tests/views/test_settings.py

14 lines
282 B
Python
Raw Normal View History

# -*- coding: utf-8; -*-
from tests.views.utils import WebTestCase
from wuttaweb.views import settings
class TestAppInfoView(WebTestCase):
def test_index(self):
# just a sanity check
view = settings.AppInfoView(self.request)
response = view.index()