Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

I am adding 2.7.  It is ok to add tests to the stable series release AFAIK.  
Moreover, I believe the unittests should be written for 2.7 first.  Since 3.x 
port of trace was done without the benefit of a test suite, it is likely that 
there are many differences in behavior that should be eliminated.  (See 
issue9317.)

Please start with fine-graned "white-box" API tests.  These are easier because 
you don't need to set up external scripts, capture output, etc. Just create a 
Trace object in setUp and call its various methods in test cases.

----------
assignee:  -> belopolsky
components: +Tests -Library (Lib)
nosy: +belopolsky
stage:  -> needs patch
type: behavior -> feature request
versions: +Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to