pytest-dev/pytest-testinfra

Support OS X

Open

#21 aperta il 14 ott 2015

Vedi su GitHub
 (7 commenti) (2 reazioni) (0 assegnatari)Python (318 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (2156 star)
Metriche merge PR
 (Merge medio 87g 19h) (6 PR mergiate in 30 g)

Descrizione

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.

Guida contributor