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

Replace all tb.ref examples in docs with tb.get #117

Open rohitsanj opened 3 years ago

rohitsanj commented 3 years ago

With #92, a new way of creating reference objects was introduced.

This piece of code outlines the different ways we can create testbook reference objects as of now.

Boluwatifeh commented 3 years ago

hi there @rohitsanj i would love to pick up this issue

Boluwatifeh commented 3 years ago

and just to be clear, tb.get doesnt really return the reference to the objects but the objects itself. What i would be working on is to replace all reference of tb.ref with tb.get since the implementation has changed in the source code according to issue #92