-
Notifications
You must be signed in to change notification settings - Fork 12
Unit Tests For Java Backend. #12
Comments
Hi @lpsandaruwan I wanna help you for Hacktoberfest. I think to help you creating some unit tests for your service components. |
Hi! I am also interested to contribute with unit tests, for controllers perhaps |
@mirkoperillo @sfatali At the moment I don't have priorities, but my opinion is Depli should exceed the sonarqube coverage. Please start with any package that you are comfortable. Please create an issue for the tasks you do referring this issue. By doing that, other contributors will have an idea about what you are doing. I will label your issues as "Hacktoberfest". Thanks a lot for helping Depli. :-) |
@lpsandaruwan Thanks! Right now I have a question regarding database setup. I could not find the config file with database name, password and user privileges. Is it in depli.mv.db? |
@sfatali You can find them in src/main/resources/application.properties file. |
@lpsandaruwan Thanks! Kind of didn't notice at first the lines for username and password, now I see |
The text was updated successfully, but these errors were encountered: