Mercurial > hg-old > index.cgi
diff test/README @ 387:a741d2e4869f
Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
author | lost@l-w.ca |
---|---|
date | Wed, 14 Jul 2010 20:15:23 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/README Wed Jul 14 20:15:23 2010 -0600 @@ -0,0 +1,11 @@ +This folder contains various schemes for testing LWTOOLS. The tests are +undocumented and will remain so unless someone wishes to create +documentation for them. They are also specific to LWTOOLS. + +In general, a test should be created every time a bug is discovered; that +test should fail if the bug is found. No test need be created if another +test already covers the bug in question. + +Before any release is made, the test suite should be run to ensure there are +no regressions. This will not guarantee that there are no new bugs, but it +should prevent old bugs from creeping in again.