nteract / testbook

🧪 📗 Unit test your Jupyter Notebooks the right way
https://testbook.readthedocs.io
BSD 3-Clause "New" or "Revised" License
416 stars 37 forks source link

Add type annotations #154

Open MaddyGuthridge opened 1 year ago

MaddyGuthridge commented 1 year ago

It'd be very useful if a few type annotations were added to the project, particularly for some of the methods used within tests.

This would make it much easier to write code using the library more quickly without needing to hunt through the documentation.