Open both math_unit.py and pyunit.py in PyScripter. Then run the pyunit.py code. It will call the unittest library and execute the tests. Note the results in the ...
Write your tests and save them in test_yourClass.py Write your class and save it in yourClass.py now ever time you save, the tests in test_yourClass.py will be run. This however is currently being ...