1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Notes on how this package can be tested.
────────────────────────────────────────
You can run the upstream unit test by executing the script run-unit-test.
If you are interested in running some remaining tests which are excluded
for different reasons from the Debian packaging you might try your luck
in Tests_avoid.
It has turned out that some tests were failing in the Build process
for no obvious reasons. To track down this problem a script
Tests_fixme/run_failing_tests
is provided to simplify further inspection of the problem.
This script copies those tests that were failing in the Build process
and the data needed by the tests into a temporary directory and runs
the tests with all available Python interpreters.
Any hint how the test can be made passing would be welcome.
-- Andreas Tille <tille@debian.org> Thu, 06 Mar 2014 11:51:27 +0100
|