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
This commit is contained in:
Lance Edgar 2024-08-15 23:12:02 -05:00
parent bbc2c584ec
commit da0f6bd5e1
7 changed files with 110 additions and 229 deletions

View file

@ -0,0 +1,10 @@
# -*- 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')