Changes between Version 4 and Version 5 of Obsolete/Development/Code/TestingComponents


Ignore:
Timestamp:
Apr 24, 2012, 12:13:58 AM (14 years ago)
Author:
munoz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Code/TestingComponents

    v4 v5  
    163163}}}
    164164
    165 If you want to disable these tests (for instance, a wrong `PERL5LIB`), just disable the `module-test` profile:
     165If you want to skip these tests (for instance, you cannot modify your `PERL5LIB`), just disable the `module-test` profile:
    166166
    167167{{{
     
    173173
    174174I hope this will reduce the effort required to test Quattor code. New components should have a detailed test suite. And older components should receive one.
     175
     176With time, we should see less regressions and less fear to change the code in maintainable ways.