nteract/testbook

Unit tests for reference.py

Open

#119 opened on May 22, 2021

 (1 comment) (0 reactions) (0 assignees)Python (38 forks)auto 404
good first issuesprint-friendlytesting

Repository metrics

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

Description

  • Need unit tests on a few functions in testbook/reference.py.

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

Contributor guide