Closed mosckital closed 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.
The first unit test has been added for setup_symlinks(). Further unit tests will be added together with the development.
setup_symlinks()
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.