Closed tomschr closed 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.
Any feature branch, develop, or even master can be tested against a test suite automatically. Therefor, problems get raised a lot earlier.
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.