nteract/testbook
Add more explicit steps to the Getting Started example
Aberta
#114 aberto em 20 de mai. de 2021
documentationgood first issuesprint-friendly
Métricas do repositório
- Stars
- (435 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Improve the Getting Started section of the docs.
Right now it's easy to miss that two files are needed: a notebook (.ipynb file) to test and a test file (.py file) to write the tests.
It would also be helpful to add an explicit step on how to run the test file.