toad icon indicating copy to clipboard operation
toad copied to clipboard

Contribution Guide issues

Open Secbone opened this issue 2 years ago • 3 comments

Secbone avatar Jun 06 '22 02:06 Secbone

Any issues related to the development of this project can be raised and discussed here

Secbone avatar Jun 06 '22 02:06 Secbone

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 avatar Aug 30 '22 01:08 peterpanmj

@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.

Secbone avatar Sep 20 '22 03:09 Secbone