dmpop / sonnenhut

Simple dashboard for photographers
GNU General Public License v3.0
5 stars 0 forks source link

Idea: Create Test Cases? #19

Closed tomschr closed 7 years ago

tomschr commented 7 years ago

To make your code more robust and to aid you when refactoring code, test cases could be a good addition.

Another question: if you have your a dedicated test suite, you can link them to Travis for continuous integration.

Use Case

Any feature branch, develop, or even master can be tested against a test suite automatically. Therefor, problems get raised a lot earlier.