Yetiowner / Increasing-code-complexity

Every day, I commit a new and more complicated version of some simple code.
227 stars 6 forks source link

Adding unit tests #18

Closed starsbit closed 1 year ago

starsbit commented 1 year ago

Adding unit tests to make the code base production ready, as mentioned in https://github.com/Yetiowner/Increasing-code-complexity/issues/1.

Unit tests can be run with python -m unittest

Closes https://github.com/Yetiowner/Increasing-code-complexity/issues/1