Login  Register

Python tests

Posted by Luigi Ballabio-3 on Apr 04, 2001; 1:49pm
URL: http://quantlib.414.s1.nabble.com/Python-tests-tp1695.html

Hi all,
        the tests in QuantLib/Python/Tests (which test the functionality of the
QuantLib Python module and implicitly the QuantLib library) are now
implemented on top of the PyUnit framework.
In order to run the tests, you will have to download PyUnit from
http://pyunit.sourceforge.net/ and install the file unittest.py where your
Python interpreter can find it.
The test suite can be run from the QuantLib folder by typing
make python-test

Bye,
        Luigi