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
|
@ -4,7 +4,7 @@ from wuttaweb import handler as mod, static
|
|||
from wuttaweb.forms import Form
|
||||
from wuttaweb.grids import Grid
|
||||
from wuttaweb.menus import MenuHandler
|
||||
from tests.util import WebTestCase
|
||||
from wuttaweb.testing import WebTestCase
|
||||
|
||||
|
||||
class TestWebHandler(WebTestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue