PythonTestSuite

< LanguageTestSuites

The Python programming language has a test suite that runs in Wine.

To run the entire suite from the command line, once python is installed:

$ wine 'c:\Python31\python.exe' -m test.regrtest -uall

Many of the tests give output that looks like errors when they succeed. The summary at the end is the easiest way to see what tests have failed.

To run an individual test:

$ wine 'c:\Python31\python.exe' -m test.test_ctypes

With Python 3.1.1 on Wine 1.1.35, the following tests fail on AustinEnglish's machine:

With Python 3.1.1 on Windows XP SP3 on AustinEnglish's work machine, two tests fail:


CategoryQualityAssurance

PythonTestSuite (last edited 2010-11-24 01:58:20 by AustinEnglish)