pytest-dev/pytest-testinfra

Support OS X

Open

#21 创建于 2015年10月14日

在 GitHub 查看
 (7 评论) (2 反应) (0 负责人)Python (2,156 star) (318 fork)batch import
enhancementhelp wanted

描述

Right now the test fail when running on OS X since SystemInfo.type == "darwin" is supported by the File module.

I resolved this in #20 by doing a check for SystemInfo.type.endswith("bsd") or SystemInfo.type == "darwin". Hopefully it would be that easy to get OS X working in the other modules.

贡献者指南