Add typeguard for arbitrary modules
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 149
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
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
Assessment
This issue has not been assessed yet.