inTestiGator / inTestiGator/pytest-santa
return_type does not handle compound type like `list[str]` now
Open
enhancement
priority
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The `return_type` function now can only return simple types, but cannot return compound types like a `list` or `dict` which has other types in it.
Contributor guide
Assessment
This issue has not been assessed yet.