3
0
Fork 0
wuttaweb/tests/views/test_essential.py
Lance Edgar 4d0693862d fix: format all code with black
and from now on should not deviate from that...
2025-08-31 12:26:43 -05:00

10 lines
247 B
Python

# -*- coding: utf-8; -*-
from wuttaweb.views import essential as mod
from wuttaweb.testing import WebTestCase
class TestEssentialViews(WebTestCase):
def test_includeme(self):
self.pyramid_config.include("wuttaweb.views.essential")