[Python-Dev] platform module testing (original) (raw)
Benjamin Peterson musiccomposition at gmail.com
Thu May 15 23:54:28 CEST 2008
- Previous message: [Python-Dev] Distutils & configparser rename
- Next message: [Python-Dev] platform module testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At the moment, the test for the platform module merely calls each function. I realize that this is a hard module to test well, but are there some assumptions we can make? For example, if sys.platform is 'java', can it be assumed that java_ver is going to return something which is not empty. When sys.platform is 'darwin' and the gestalt module is present, is it reasonable to require that a empty tuple not be returned?
-- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."
- Previous message: [Python-Dev] Distutils & configparser rename
- Next message: [Python-Dev] platform module testing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]