facebook/TestSlide

Add typeguard for arbitrary modules

Open

#258 aberto em 22 de out. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (58 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (147 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

pytest has this nice feature:

$ pytest --help | grep typeguard
typeguard:
--typeguard-packages=TYPEGUARD_PACKAGES

Let's add the same for TestSlide: paired with the mocks type checking, this should cover "everything".

Guia do colaborador