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
tests/views
|
@ -10,7 +10,7 @@ from wuttjamaican.db import model
|
|||
from wuttjamaican.batch import BatchHandler
|
||||
from wuttaweb.views import MasterView, batch as mod
|
||||
from wuttaweb.progress import SessionProgress
|
||||
from tests.util import WebTestCase
|
||||
from wuttaweb.testing import WebTestCase
|
||||
|
||||
|
||||
class MockBatch(model.BatchMixin, model.Base):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue