2024-07-12 00:17:15 -05:00
|
|
|
# -*- coding: utf-8; -*-
|
|
|
|
|
2024-08-14 15:10:54 -05:00
|
|
|
from tests.util import WebTestCase
|
2024-07-12 00:17:15 -05:00
|
|
|
|
|
|
|
|
2024-08-14 15:10:54 -05:00
|
|
|
class TestIncludeMe(WebTestCase):
|
2024-07-12 00:17:15 -05:00
|
|
|
|
|
|
|
def test_basic(self):
|
2024-08-14 15:10:54 -05:00
|
|
|
# just ensure no error happens when included..
|
|
|
|
self.pyramid_config.include('wuttaweb.views')
|