test_main.py 文件源码

python
阅读 38 收藏 0 点赞 0 评论 0

项目:cheatsheet 作者: martialblog 项目源码 文件源码
def setUp(self):
        """
        Defining the exitcodes

        Expected Exitcodes:
        On Unix, the return value is the exit status of the
        process encoded in the format specified for wait()
        https://docs.python.org/3.5/library/os.html#os.system
        """

        self.exit_0 = 0 << 8
        self.exit_1 = 1 << 8
        self.exit_2 = 2 << 8
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号