mainqndtest
v1.1.1
Last change
on this file since 42095c5 was
42bd667,
checked in by David Fuertes <dfuertes@…>, 4 years ago
|
Historial Limpio
|
-
Property mode set to
100755
|
File size:
731 bytes
|
Line | |
---|
1 | from .test_http import * |
---|
2 | from .test_contenttype import * |
---|
3 | from .test_fileutils import * |
---|
4 | from .test_globals import * |
---|
5 | from .test_recfile import * |
---|
6 | from .test_storage import * |
---|
7 | from .test_dal import * |
---|
8 | from .test_cache import * |
---|
9 | from .test_html import * |
---|
10 | from .test_contribs import * |
---|
11 | from .test_redis import * |
---|
12 | from .test_routes import * |
---|
13 | from .test_router import * |
---|
14 | from .test_authapi import * |
---|
15 | from .test_tools import * |
---|
16 | from .test_utils import * |
---|
17 | from .test_serializers import * |
---|
18 | from .test_languages import * |
---|
19 | from .test_compileapp import * |
---|
20 | from .test_appadmin import * |
---|
21 | from .test_web import * |
---|
22 | from .test_sqlhtml import * |
---|
23 | from .test_cron import * |
---|
24 | from .test_scheduler import * |
---|
25 | |
---|
26 | if sys.version[:3] == '2.7': |
---|
27 | from .test_old_doctests import * |
---|
Note: See
TracBrowser
for help on using the repository browser.