[Subversion] / DecoratorTools / test_decorators.py  

Diff of /DecoratorTools/test_decorators.py

Parent Directory | Revision Log

version 2147, Thu May 25 01:53:52 2006 UTC version 2202, Tue Jul 4 16:09:08 2006 UTC
Line 13 
Line 13 
     decorate_class(pong)      decorate_class(pong)
   
   
   def additional_tests():
       import doctest
       return doctest.DocFileSuite(
           'README.txt',
           optionflags=doctest.ELLIPSIS|doctest.NORMALIZE_WHITESPACE,
       )
   
   
   


Generate output suitable for use with a patch program
Legend:
Removed from v.2147  
changed lines
  Added in v.2202

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help