aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2012-05-11 14:23:43 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2012-05-11 14:23:43 +0200
commit1872f13e0ba4927e1b97429c7e4958db06e46f8a (patch)
tree0c149f33a9f616852b1763abd7ff0825e2a32f5d
parentdb2a7dee7a40e844dbb3ec47f3867a0f1b77c278 (diff)
Revert accidental commit of __init__.py
-rw-r--r--testing/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/__init__.py b/testing/__init__.py
index a02f6d3..3b0984e 100644
--- a/testing/__init__.py
+++ b/testing/__init__.py
@@ -8,7 +8,6 @@ def test_suite():
module_names = [
'testing.test_click_through_license.TestLicense',
'testing.test_publish_to_snapshots.TestSnapshotsPublisher',
- 'testing.test_php_unit.PhpUnitTest',
]
loader = unittest.TestLoader()
suite = loader.loadTestsFromNames(module_names)