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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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.