nteract/testbook

Unit tests for reference.py

オープン

#119 opened on 2021/05/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (38 件のフォーク)auto 404
good first issuesprint-friendlytesting

Repository metrics

Stars
 (435 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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

コントリビューターガイド