aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorDanilo Segan <danilo@canonical.com>2012-07-11 15:38:14 +0200
committerDanilo Segan <danilo@canonical.com>2012-07-11 15:38:14 +0200
commit8af626f9eb9a5da12d3bb3a4886245e959e85cec (patch)
tree736025a63d2f4cd792ec71f9dda9540f74415049 /tests/__init__.py
parent93572e4188bcef432c51fa7b50dfb5200aaa3b32 (diff)
parent16b167b6418a8b086bc89f210aef7c73c7c16b39 (diff)
Merge in django-refactoring.
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 56f6d60..22658d5 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,11 +1,11 @@
import unittest
+import tests.test_click_through_license
def test_suite():
module_names = [
'tests.test_click_through_license.TestLicense',
'tests.test_publish_to_snapshots.TestSnapshotsPublisher',
- 'tests.test_php_unit.PhpUnitTest',
]
loader = unittest.TestLoader()
suite = loader.loadTestsFromNames(module_names)