mosckital / dotfiles

Dotfiles and scripts for setting up a new Ubuntu (primarily 18.04) automatically.
0 stars 0 forks source link

Add unit tests to the scripts and functions #4

Closed mosckital closed 4 years ago

mosckital commented 4 years ago

Context Current scripts have only been manually tested in the command line and there is no unit test to help assure the code quality.

Solution Using python to write unit tests for the written scripts and adopt TDD in the future.

mosckital commented 4 years ago

The first unit test has been added for setup_symlinks(). Further unit tests will be added together with the development.