nteract/testbook

Unit tests for reference.py

Offen

#119 geöffnet am 22.05.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (38 Forks)auto 404
good first issuesprint-friendlytesting

Repository-Metriken

Stars
 (435 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • 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