Hi,
The reason I overloaded the test methods of GenericMPTest is to make the
docstrings different for MP2-5, which are printed out when runngin the tests.
Now they are back to being the same again, as so:
**** Testing Gaussian ****
Are Moller-Plesset corrections negative? ... ok
Are the dimensions of mpenergies correct? ... ok
----------------------------------------------------------------------
Ran 2 tests in 0.001s
OK
**** Testing Gaussian ****
Are Moller-Plesset corrections negative? ... ok
Are the dimensions of mpenergies correct? ... ok
so you don't see which MPx is failing in case of error.
Is there an alternate way to print out something unique for various instances
of GenericMPTest.
Cheers,
Karol
--
written by Karol Langner
Sun Feb 18 15:44:35 CET 2007
|