1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Notes on how this package can be tested.
----------------------------------------
The upstream package provides a test suite that requires some data to
be downloaded from the Internet.
After building the package, data (about 398K) can be downloaded using
the following command:
$ make data
In order to run the test suite it is needed to add the path tho the
python extension to the PYTHONPATH and run the test_all.pt script.
For example, on a x86_64 host the following command can be used from
within the root package directry:
$ env PYTHONPATH=build/lib.linux-x86_64-2.7 pythonX.Y test/test_all.py
Test can be repeated for each available python version.
-- Antonio Valentino <antonio.valentino@tiscali.it> Sat, 07 May 2011 20:33:54 +0200
|