comparison examples/trac/trac/mimeview/tests/__init__.py @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:ee669cb9cccc 39:93b4dcbafd7b
1 from trac.mimeview.tests import api
2
3 import unittest
4
5 def suite():
6 suite = unittest.TestSuite()
7 suite.addTest(api.suite())
8 return suite
9
10 if __name__ == '__main__':
11 unittest.main(defaultTest='suite')
Copyright (C) 2012-2017 Edgewall Software