extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Add unit tests for the methods in the library. #38

Open extinctsion opened 9 months ago

extinctsion commented 9 months ago

Add unit testing codes for testing the methods in the library.

Psudopodiya commented 9 months ago

Have already done in the last PR for some. Should i also include library for code coverage ?????

lavanya-venna commented 9 months ago

Can you assign this to me?

extinctsion commented 9 months ago

@Psudopodiya yeah you can. I havent used or built using code coverage pls explain how it works too.

Psudopodiya commented 9 months ago

@extinctsion Sure it simply covers all the situations where the test cases are reaching into your main code for the developers to know which cases they need to add into the test cases.

extinctsion commented 9 months ago

@Psudopodiya well go ahead. Also, in the next update we are planning to clean the code and redefine the structure.