Now the project doesn't have any unit tests. Code refactoring will be problematic because after every change we need to manually run code and check if the output is this same like before.
AC:
- Unit tests included in project (with unittest library or pytest)
- UT coverage above 75%
- Proper and not proper tests for every function.
Now the project doesn't have any unit tests. Code refactoring will be problematic because after every change we need to manually run code and check if the output is this same like before.
AC: