For us it is local and contained for dev in a sandbox. We provide tests as well as code when we check in. Our check ins are picked up by a build manager that runs our tests as well as ALL OTHER TESTS that have cross over. If everything passes that code ias allowed into the build. Fail the tests and your code is EXCLUDED and notice is presented to you and a team leader.
All of this revolves around TESTS that are apart of your project(s). We demand that tests have to pass and that tests are written guaranteed to produce a failed result which is classified as the acceptable answer. In a call to find a specific State either in a db or in a list of States the two tests will have a correct state ID or Text and an incorrect ID or text. On Thu, Jan 7, 2016 at 2:52 AM, AndyHC <[email protected]> wrote: > On 07/01/2016 13:43, Thierry Nivelet wrote: > >> 3- isolation: being able to compile with or without a given feature >> without any side effect >> > sounds like a killer for anything but cosmetic changes > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJidMYKyfupG43N3hvh=76f34+curaugyytg958jt7bwxyz...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

