Move the tests to match the module.

This commit is contained in:
Jonathan Lange
2012-09-08 13:09:32 +01:00
parent 23120d9583
commit 345dd71f9c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ from unittest import TestSuite
def test_suite():
from testtools.tests import (
matchers,
test_compat,
test_content,
test_content_type,
@@ -14,7 +15,6 @@ def test_suite():
test_distutilscmd,
test_fixturesupport,
test_helpers,
test_matchers,
test_monkey,
test_run,
test_runtest,
@@ -25,6 +25,7 @@ def test_suite():
test_testsuite,
)
modules = [
matchers,
test_compat,
test_content,
test_content_type,
@@ -32,7 +33,6 @@ def test_suite():
test_distutilscmd,
test_fixturesupport,
test_helpers,
test_matchers,
test_monkey,
test_run,
test_runtest,