pytest-dev/pytest-testinfra

Support OS X

Open

#21 geöffnet am 14. Okt. 2015

Auf GitHub ansehen
 (7 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (318 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (2.156 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 87T 19h) (6 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide