~milo/linaro-ci-dashboard/refactor-job-schedule

« back to all changes in this revision

Viewing changes to dashboard/frontend/android_build/tests/__init__.py

  • Committer: Milo Casagrande
  • Date: 2012-08-17 14:44:43 UTC
  • mfrom: (17.4.14 android_build_view)
  • Revision ID: milo@ubuntu.com-20120817144443-v5j67188475apaib
Merged android_build create view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from dashboard.frontend.android_build.tests.test_android_build_views import *
 
2
from dashboard.frontend.android_build.tests.test_android_build_clientresponse \
 
3
    import *
 
4
 
 
5
 
 
6
__test__ = {
 
7
    'AndroidBuildViewsTest': AndroidBuildViewsTest,
 
8
    'AndroidBuildC#lientResponseTests': AndroidBuildClientResponseTests,
 
9
}