Show
Ignore:
Timestamp:
09/06/08 10:47:31 (2 years ago)
Author:
cmlenz
Message:

Divan: Add some very basic tests for the OpenID support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/divan/divan/tests/__init__.py

    r135 r201  
    44 
    55def suite(): 
    6     from divan.tests import model, publish 
     6    from divan.tests import comments, model, publish 
    77 
    88    suite = unittest.TestSuite() 
     9    suite.addTest(comments.suite()) 
    910    suite.addTest(model.suite()) 
    1011    suite.addTest(publish.suite())