huyhoang-8296 / school_app

0 stars 0 forks source link

Low test coverage #6

Open olivierobert opened 2 years ago

olivierobert commented 2 years ago

image

As part of the implementation, unit testing must be added continuously as part of the codebase. At the minimum, tests for the models should be added to ensure the code business domain works as intended. With more experience, every class in a project should be unit tested.

huyhoang-8296 commented 2 years ago

I have very low experience with unit testing and was wondering if there's any source I can learn unit testing.