facebook/TestSlide

Add typeguard for arbitrary modules

Open

#258 opened on Oct 22, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (58 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (147 stars)
PR merge metrics
 (PR metrics pending)

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".

Contributor guide