Teemu / pytest-sugar

a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
Other
1.3k stars 73 forks source link

chore: add some missing type hints #271

Closed mattcristal closed 1 year ago

mattcristal commented 1 year ago

Summary

First time contributing to an open-source project for me!

I wanted to add some missing type hints as this might ease the development process and helps in checking for type safety with tools like mypy.

— the tests are passing