econchick / interrogate

Explain yourself! Interrogate a codebase for docstring coverage.
https://interrogate.readthedocs.io
MIT License
586 stars 44 forks source link

tests: add return type hints to tests #183

Open mattcristal opened 4 months ago

mattcristal commented 4 months ago

Hey, I just made a Pull Request!

Description

I have added the return type hints to some test functions.

Motivation and Context

Taking advantage of type hints, this contributes to make the test functions more clear and readable.

Have you tested this? If so, how?

I have run, locally, on macOS:

python -m pytest

All tests are passing. Overall, there is no change in behavior.

Checklist for PR author(s)

Release note