toad
toad copied to clipboard
Contribution Guide issues
Any issues related to the development of this project can be raised and discussed here
It will be great if the author can provide a guide about how the current test suits are organized. I have a couple of PRs in my mind related to stats.py but I dont know where and how to put my new unit tests ?
@peterpanmj there are not many rules for unit testing right now, you can put your unit testing into the xxx_test.py
file, and write a def test_xxxx()
function to define a unit testing.