pytest-dev/pytest-testinfra

Support OS X

Open

#21 opened on 2015年10月14日

GitHub で見る
 (7 comments) (2 reactions) (0 assignees)Python (2,156 stars) (318 forks)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.

コントリビューターガイド

Support OS X · pytest-dev/pytest-testinfra#21 | Good First Issue