|
usage
How to check out and run the code
Usage
svn co http://python-incompatibility.googlecode.com/svn/trunk python-incompatibility python makereport.py This will run all tests with Python 2.5, 2.6 and 3.0, and output a table of the results. It will write a Y if the test succeeded, and an N if it failed. It will also surround the Y or N with exclamation marks if the result was "unexpected". (See structure) |
Sign in to add a comment
These are not the required Python versions. We need ('2.5', '2.6', '2.7', '3.1').