nteract/testbook

Unit tests for reference.py

Aperta

#119 aperta il 22 mag 2021

 (1 commento) (0 reazioni) (0 assegnatari)Python (38 fork)auto 404
good first issuesprint-friendlytesting

Metriche repository

Star
 (435 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  • 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

Guida contributor