nteract/testbook

Unit tests for reference.py

开放

#119 创建于 2021年5月22日

 (1 条评论) (0 个反应) (0 位负责人)Python (38 个派生)auto 404
good first issuesprint-friendlytesting

仓库指标

星标
 (435 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

  • 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

贡献者指南