tailbone/tests/views/test_settings.py
Lance Edgar da0f6bd5e1 feat: use wuttaweb for get_liburl() logic
thankfully this is already handled and we can remove from tailbone.
although this adds some new cruft as well, to handle auto-migrating
any existing liburl config for apps.

eventually once all apps have migrated to new settings we can remove
the prefix from our calls here but also in wuttaweb signature
2024-08-15 23:12:02 -05:00

11 lines
236 B
Python

# -*- coding: utf-8; -*-
from tailbone.views import settings as mod
from tests.util import WebTestCase
class TestSettingView(WebTestCase):
def test_includeme(self):
self.pyramid_config.include('tailbone.views.settings')