def test_option_version(self): """test --version option""" cmd, output = runCmdOutput(['--version']) self.assertEqual(cmd.returncode, os.EX_OK)