[Bioperl-l] Please do not commit without testing

Sendu Bala bix at sendu.me.uk
Thu Nov 23 21:18:01 UTC 2006


Developers,

Please do not commit changes without testing the test suite first, 
especially to branches!

Note that:

perl -I. -w t/test.t

is NOT a good enough test, especially for test scripts that still use 
Test and not Test::More. (The above doesn't capture an incorrect number 
of tests in the plan.)

Always initially do:

./Build test --test_files t/test.t --verbose

Then run the entire test suite:

./Build test


Thank you,
Sendu.



More information about the Bioperl-l mailing list