Python tests

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Python tests

Luigi Ballabio-3
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