nteract/testbook

Unit tests for reference.py

Ouverte

#119 ouverte le 22 mai 2021

 (1 commentaire) (0 réaction) (0 personne assignée)Python (38 forks)auto 404
good first issuesprint-friendlytesting

Métriques du dépôt

Stars
 (435 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur