wutta-corepos/tests/web/test_init.py
Lance Edgar 05f428586b feat: add basic readonly web views for CORE members, products
also adds canonical web app db sessions for CORE

also adds some methods to corepos handler, to get model / make session
2025-01-12 20:04:19 -06:00

12 lines
221 B
Python

# -*- coding: utf-8; -*-
from wuttaweb.testing import WebTestCase
from wutta_corepos import web as mod
class TestIncludeme(WebTestCase):
def test_coverage(self):
return mod.includeme(self.pyramid_config)