Tagged Questions
4
votes
2answers
199 views
Collaboration using github and testing the code
The procedure in my team is that we all commit our code to the same development branch. We have a test server that runs updated code from this branch so that we can test our code on the servers. This ...
4
votes
1answer
572 views
Removing the “integration test scam” - Understanding collaboration and contract tests [closed]
I've recently watched Integration Tests are a Scam by J. B. Rainsberger and am now looking for more material on the subject. I have to say, I'm shocked by how much we're doing wrong, (i.e. integration ...
8
votes
5answers
293 views
How do I check that my tests were not removed by other developers?
I've just came across an interesting collaborative coding issue at work.
I've written some unit/functional/integration tests and implemented new functionality into application that's got ~20 ...