alisonken1 wrote:
> As to the question "fail to see how version control relates to
> code/test separation", the original poster asked several questions, one
> of which was production/testing code separation.
> 
> Along with the separation (so while you're testing new functionality,
> you don't break production files), a properly setup CVS allows you to
> do this by importing files from a production branch into your testing
> branch 

Ok, get it - you're talking about branching,  when the OP talked about
unit testing, which is something totally different.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to