예제 #1
0
 def testNoHydData(self):
     """
     Because the types do not match the data file, did not find the molecules desired.
     """
     evbdump2data.main(["-c", GLU_BAD_ATOM_TYPE_INI])
     with capture_stderr(evbdump2data.main, ["-c", GLU_BAD_ATOM_TYPE_INI]) as output:
         self.assertTrue("Check the data file" in output)
     silent_remove(REPROD_TPL)
예제 #2
0
 def testNoHydData(self):
     """
     Because the types do not match the data file, did not find the molecules desired.
     """
     evbdump2data.main(["-c", GLU_BAD_ATOM_TYPE_INI])
     with capture_stderr(evbdump2data.main,
                         ["-c", GLU_BAD_ATOM_TYPE_INI]) as output:
         self.assertTrue("Check the data file" in output)
     silent_remove(REPROD_TPL)
예제 #3
0
 def testReadOneFile(self):
     main(["-c", GLU_ONE_FILE_INI])
예제 #4
0
 def testTplAtomWrongOrder(self):
     main(["-c", TPL_WRONG_ATOM_ORDER_INI])
     with capture_stderr(main, ["-c", TPL_WRONG_ATOM_ORDER_INI]) as output:
         self.assertTrue("which does not match" in output)
예제 #5
0
 def testReadOneFile(self):
     main(["-c", GLU_ONE_FILE_INI])
예제 #6
0
 def testTplAtomWrongOrder(self):
     main(["-c", TPL_WRONG_ATOM_ORDER_INI])
     with capture_stderr(main, ["-c", TPL_WRONG_ATOM_ORDER_INI]) as output:
         self.assertTrue("which does not match" in output)