#would like to add this funtion in test_mkcfg.py def test_version(self): # making sure that the version is pep 386 compatible main=MainProgram() self.assertNotEqual(version.suggest_normalized_version(main.data['version']),None)