Changes between Version 4 and Version 5 of Obsolete/Development/Code/TestingComponents
- Timestamp:
- Apr 24, 2012, 12:13:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Code/TestingComponents
v4 v5 163 163 }}} 164 164 165 If you want to disable these tests (for instance, a wrong`PERL5LIB`), just disable the `module-test` profile:165 If you want to skip these tests (for instance, you cannot modify your `PERL5LIB`), just disable the `module-test` profile: 166 166 167 167 {{{ … … 173 173 174 174 I 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 176 With time, we should see less regressions and less fear to change the code in maintainable ways.