skidooesy / stv

Automatically exported from code.google.com/p/stv
0 stars 0 forks source link

Need pyunit tests #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Core functionality of the counting code needs pyunit tests to ensure that
code functions correctly.

Original issue reported on code.google.com by jeff.oneill on 2 Jul 2009 at 2:41

GoogleCodeExporter commented 8 years ago
Unit tests should be added as we make changes to capture the work of verifying 
those
 changes for reuse.  I've added some examples so that we can have a template for a
python unit test, but I think it would be a waste of time and effort to go 
through
and add tests for code that works fine, except for when we're changing it and 
need to
verify those changes anyway.

Original comment by dan.keshet@gmail.com on 29 Nov 2009 at 8:33