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.

貢獻者指南