leluque / university-site-cms

University site and CMS implemented with Spring Boot.
MIT License
26 stars 12 forks source link

Create Unit Tests for the project #7

Open Bscruz19 opened 5 years ago

Bscruz19 commented 5 years ago

Hello,

What do you think about adding unit tests to the project? Now that it's an open source project, good practice and assurance would be to write tests, so we'd be guaranteed that future "pull requests" would not break any existing code (github supports it through pipelines, we can use a CI tool in the future) and we could just focus on in the code, question of quality and business rules.

leluque commented 5 years ago

Sure! Now that's essential. May you give some contribution regarding that?

Bscruz19 commented 5 years ago

Of course!!! It Will be a pleasure!