What we _do_ intend to underscore is the importance the role of testing takes in responsible development. The applications we deploy into production are composed of much more than what we write on our own; we need to be sure that all components are working in concert. Additionally, it's helpful to isolate business logic where we can, and further ensure that everything is connected properly when integrated. The Arquillian project in particular has been a wonderful means for us to explore the bounds of how simple we can make testing of even the most complex use cases, and its community has been instrumental in pushing the limits of testability in a landscape that has historically been cumbersome to manipulate.
0 commit comments