source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/tests/__init__.py @ 42095c5

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 
1from .test_http import *
2from .test_contenttype import *
3from .test_fileutils import *
4from .test_globals import *
5from .test_recfile import *
6from .test_storage import *
7from .test_dal import *
8from .test_cache import *
9from .test_html import *
10from .test_contribs import *
11from .test_redis import *
12from .test_routes import *
13from .test_router import *
14from .test_authapi import *
15from .test_tools import *
16from .test_utils import *
17from .test_serializers import *
18from .test_languages import *
19from .test_compileapp import *
20from .test_appadmin import *
21from .test_web import *
22from .test_sqlhtml import *
23from .test_cron import *
24from .test_scheduler import *
25
26if sys.version[:3] == '2.7':
27    from .test_old_doctests import *
Note: See TracBrowser for help on using the repository browser.