pytest-dev/pytest-testinfra

Support OS X

开放

#21 创建于 2015年10月14日

 (7 条评论) (2 个反应) (0 位负责人)Python (318 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (2,156 个星标)
PR 合并指标
 (平均合并 1天 15小时) (30 天内合并 1 个 PR)

描述

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.

贡献者指南