1
0
Fork 0
wuttaweb/tests/views/test___init__.py
2024-08-14 15:10:54 -05:00

11 lines
233 B
Python

# -*- coding: utf-8; -*-
from tests.util import WebTestCase
class TestIncludeMe(WebTestCase):
def test_basic(self):
# just ensure no error happens when included..
self.pyramid_config.include('wuttaweb.views')