Does anyone know if there is a test-script available that covers most of Python's functionality? I want to run a test script after installing Python on a new platform, and I wanted some confirmation that some obscure piece of functionality hasn't tripped up.
This sound paranoid, but we had a language setting problem in one installation that meant that all decimal points were rounded down. This was because an application we were interfacing with was using a comma to mark the decimal place, whereas Python was using a point.
Regards,
Mike
This sound paranoid, but we had a language setting problem in one installation that meant that all decimal points were rounded down. This was because an application we were interfacing with was using a comma to mark the decimal place, whereas Python was using a point.
Regards,
Mike