...
continuous integration (häufiges mergen in master)
submit queue:
pull request
build server merges into a branch
build server runs tests
only if tests pass build server commits to master
never allow check-in if a test is failing
if faulty code is merged, roll back first, ask questions later, no patches
a red test blocks all merges, no merges before all green
Behaviour Driven Testing und automatische Unit-Test-Generierung
View file | ||||
---|---|---|---|---|
|