Changeset 201 for trunk/examples/divan/divan/tests/__init__.py
- Timestamp:
- 09/06/08 10:47:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/examples/divan/divan/tests/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/divan/divan/tests/__init__.py
r135 r201 4 4 5 5 def suite(): 6 from divan.tests import model, publish6 from divan.tests import comments, model, publish 7 7 8 8 suite = unittest.TestSuite() 9 suite.addTest(comments.suite()) 9 10 suite.addTest(model.suite()) 10 11 suite.addTest(publish.suite())
