pytest-dev/pytest-testinfra

Support OS X

オープン

#21 opened on 2015/10/14

 (7 件のコメント) (2 件のリアクション) (0 人の担当者)Python (318 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (2,156 個のスター)
PR merge metrics
 (平均マージ 1d 15h) (30d で 1 merged 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.

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