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

Unit Testing Code #36

Closed Jugalcody closed 12 months ago

Jugalcody commented 1 year ago

UnitTest class is added . This class has one member function 'test' which accepts two parameters , one is the actual output of any function (that returns a value) and the desired output.

extinctsion commented 1 year ago

DId you only add comments in the files? or is there any crisp changes done in the file.