__init__.py 文件源码

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

项目:MyFriend-Rob 作者: lcheniv 项目源码 文件源码
def testDefaults(self):
        assert not Feature(
            "test",standard=True,remove='x',available=False
        ).include_by_default()
        assert Feature("test",standard=True,remove='x').include_by_default()
        # Feature must have either kwargs, removes, or require_features
        with pytest.raises(DistutilsSetupError):
            Feature("test")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号