|
From: <de...@us...> - 2003-06-21 01:35:11
|
Update of /cvsroot/pymerase/pymerase/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv4053
Modified Files:
pymeraseTestSuite.py
Log Message:
Add pubmed test to the full test suite
Index: pymeraseTestSuite.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/tests/pymeraseTestSuite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pymeraseTestSuite.py 3 Apr 2003 00:43:16 -0000 1.2
--- pymeraseTestSuite.py 21 Jun 2003 01:35:08 -0000 1.3
***************
*** 42,45 ****
--- 42,46 ----
#Import new test suites here
import TestSchool
+ import TestPubMed
def suite():
***************
*** 52,55 ****
--- 53,57 ----
suite.addTest(TestImportAll.suite())
suite.addTest(TestSchool.suite())
+ suite.addTest(TestPubMed.suite())
#add new suite.addTest(module.suite()) here
|