9 lines
217 B
Python
9 lines
217 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from . import test_methods
|
||
|
from . import test_lxml
|
||
|
from . import test_form_impl
|
||
|
from . import test_xml_tools
|
||
|
from . import test_res_config
|
||
|
from . import test_env
|
||
|
from . import test_freeze_time
|