tests: move WebTestCase
to wuttaweb.testing
module
This commit is contained in:
parent
5cec585fdf
commit
7895ce4676
24 changed files with 106 additions and 80 deletions
|
@ -12,7 +12,7 @@ from sqlalchemy import orm
|
|||
from wuttjamaican.conf import WuttaConfig
|
||||
from wuttaweb.forms import schema as mod
|
||||
from wuttaweb.forms import widgets
|
||||
from tests.util import DataTestCase, WebTestCase
|
||||
from wuttaweb.testing import DataTestCase, WebTestCase
|
||||
|
||||
|
||||
class TestWutaDateTime(TestCase):
|
||||
|
|
|
@ -13,7 +13,7 @@ from wuttaweb.forms import widgets as mod
|
|||
from wuttaweb.forms import schema
|
||||
from wuttaweb.forms.schema import (FileDownload, PersonRef, RoleRefs, UserRefs, Permissions,
|
||||
WuttaDateTime, EmailRecipients)
|
||||
from tests.util import WebTestCase
|
||||
from wuttaweb.testing import WebTestCase
|
||||
|
||||
|
||||
class TestObjectRefWidget(WebTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue