nteract/testbook

Add more explicit steps to the Getting Started example

Open

#114 opened on May 20, 2021

 (2 comments) (1 reaction) (0 assignees)Python (38 forks)auto 404
documentationgood first issuesprint-friendly

Repository metrics

Stars
 (435 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide