amphibian-dev / toad

ESC Team's credit scorecard tools.
https://toad.readthedocs.io
MIT License
474 stars 173 forks source link

Contribution Guide issues #99

Open Secbone opened 2 years ago

Secbone commented 2 years ago

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

peterpanmj commented 2 years ago

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 ?

Secbone commented 1 year ago

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