3
0
Fork 0
wuttaweb/tests/views/test___init__.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
239 B
Python

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