Allan Rae <[EMAIL PROTECTED]> writes:
| Unit-testing is certainly a good thing -- tests all those promises the
| code makes and keeps Arndt happy about programming by contract since the
| interface can't change without everybody finding out.
Unit-testing and independant modules is easy...unfortunately most of
the modules in LyX depends on a multitude of other mudules makeing
unit-testing very cumbersome and a lot of additional work.
modules in the support dir could easily benefit form unit
testing...but it is a lot of work to create the tests...
And tests can be wrong too...
Lgb