testbook icon indicating copy to clipboard operation
testbook copied to clipboard

Unit tests for reference.py

Open rohitsanj opened this issue 4 years ago โ€ข 1 comments

  • Need unit tests on a few functions in testbook/reference.py.
Screenshot 2021-05-22 at 10 25 18 PM

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

rohitsanj avatar May 22 '21 16:05 rohitsanj

I'd like to take this up

gravityfalls404 avatar Dec 05 '21 07:12 gravityfalls404