pytest-dev/pytest-testinfra

Support OS X

Aberta

#21 aberto em 14 de out. de 2015

 (7 comentários) (2 reações) (0 responsável)Python (318 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (2.156 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 15h) (1 fundiu PR em 30d)

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.

Guia do colaborador