python2ΒΆ

The test suite runs on debuild, though test failures are ignored (since there are many). Most test suites are working fine though, run them before and after working on the matching Python modules.

The package ships DEP-8 tests but those merely re-run parts of the test suites, and hence fail too.

To run a single test file before building/installing a new version:

PYTHONPATH=Lib build-shared/python Lib/test/test_xmlrpc.py
Copyright (C) 2020, 2023 Sylvain Beucler