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

貢獻者指南