2024-12-23 19:24:17 -06:00
|
|
|
# -*- coding: utf-8; -*-
|
|
|
|
|
|
|
|
from wuttaweb.views import essential as mod
|
2025-01-06 16:47:48 -06:00
|
|
|
from wuttaweb.testing import WebTestCase
|
2024-12-23 19:24:17 -06:00
|
|
|
|
|
|
|
|
|
|
|
class TestEssentialViews(WebTestCase):
|
|
|
|
|
|
|
|
def test_includeme(self):
|
|
|
|
self.pyramid_config.include('wuttaweb.views.essential')
|