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

Unit tests for reference.py #119

Open rohitsanj opened 3 years ago

rohitsanj commented 3 years ago
Screenshot 2021-05-22 at 10 25 18 PM

Command to generate above output:

$ cd testbook
$ pytest --cov=testbook --cov-report=html
$ open htmlcov/index.html # or just navigate to this directory using file explorer (or finder) and open index.html
gravityfalls404 commented 2 years ago

I'd like to take this up