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 #35

Closed Jugalcody closed 1 year ago

Jugalcody commented 1 year ago

UnitTest class has a member function "test" which takes two parameters , one the actual output of a function(return some value) and another the desired output.