pytest-dev/pytest-testinfra

Support OS X

Open

#21 ouverte le 14 oct. 2015

Voir sur GitHub
 (7 commentaires) (2 réactions) (0 assignés)Python (318 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (2 156 stars)
Métriques de merge PR
 (Merge moyen 87j 19h) (6 PRs mergées en 30 j)

Description

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.

Guide contributeur