3
0
Fork 0

tests: move WebTestCase to wuttaweb.testing module

This commit is contained in:
Lance Edgar 2025-01-06 16:47:48 -06:00
parent 5cec585fdf
commit 7895ce4676
24 changed files with 106 additions and 80 deletions

View file

@ -5,7 +5,7 @@ from pyramid.httpexceptions import HTTPFound, HTTPForbidden, HTTPNotFound
from wuttaweb.views import base as mod
from wuttaweb.forms import Form
from wuttaweb.grids import Grid, GridAction
from tests.util import WebTestCase
from wuttaweb.testing import WebTestCase
class TestView(WebTestCase):