Unittest stubs for "Python Practice Problems."
To run the test for a given problem, use unittest from the Python standard library;
$ python -m unittest integersums.pyThe above example will run the unit tests for the first practice problem.
Unittest stubs for "Python Practice Problems."
To run the test for a given problem, use unittest from the Python standard library;
$ python -m unittest integersums.pyThe above example will run the unit tests for the first practice problem.