Each night, bioinfo2 will build Inspect and run tests. The nightly
tests should succeed every night until the sun burns out. To make sure
that YOU never break them, run TestSuite before committing code
changes. Run TestSuite.py without arguments for usage info.
The tests (both SystemTest and TestSuite) are still pretty anemic.
Please pitch in to help beef them up. A good time to add a test is
when fixing a bug: Write a test that the bug breaks. Verify the
bug-fix with your test. And then add the test to the suite, and know
that the bug will not come back from the dead to haunt the living.
--Stephen