Changes between Version 5 and Version 6 of Obsolete/Development/Code/TestingComponents
- Timestamp:
- Apr 24, 2012, 12:57:23 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Code/TestingComponents
v5 v6 7 7 == Introduction == 8 8 9 We lack an automatic test suite. The reason is that many operations wedo require root access, and it's very difficult to perform any tests locally. Also, previously it was not possible to load an arbitrary profile and feed the `Configuration` object to the component being tested.9 Most components lack an automatic test suite. The reason is that many operations they do require root access, and it's very difficult to perform any tests locally. Also, previously it was not possible to load an arbitrary profile and feed the `Configuration` object to the component being tested. 10 10 11 11 In any case, the consequences have been fatal: testing is expensive, as it requires: … … 170 170 }}} 171 171 172 == Pending issues == 173 174 How will we ship the `Test::Quattor` module? Is it an appropriate name for it? 175 172 176 == Conclusion == 173 177