toeb / accounting

3 stars 0 forks source link

Create CI Server which builds and tests new commits #10

Closed toeb closed 9 years ago

toeb commented 9 years ago

To facilitate test driven developement and correct versions every commit to master should be automatically tested.

matthiaszoellner commented 9 years ago

Looks like a lot of setup-work for little gain: Just develop in branches and be disciplined enough to execute tests after local merge to master and before pushing the changes. I we don't commit ourselfes to TDD, we can easily avoid test-fails by not writing tests. And if we do TDD, we would prevent commits of completed Testcases before completed Implementation.

toeb commented 9 years ago

You are right. And after a quick dabble and running into some problems I put this issue on ice. Sooner or later it might become necessary again.