Home | Trees | Indices | Help |
---|
|
1 """Test the catalog indexes added by OntoCatalog. 2 """ 3 4 import unittest 5 from platecom.ontocatalog.tests.base import OntoCatalogTestCase 6 7 22 2325 suite = unittest.TestSuite() 26 suite.addTest(unittest.makeSuite(TestOntoCatalogIndexes)) 27 return suite28
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue May 20 01:54:35 2008 | http://epydoc.sourceforge.net |