Hi,

I just wanted to clear a slight misunderstanding:

How can composition add test cases detectable by Python 2's ‘unittest’
and Python 3's ‘unittest2’?

The package shipped in the stdlib is named unittest in all Python
versions.  The codebase that has seen a lot of improvements thanks to
Michael Foord is in 2.7 and 3.2 (some bits already in 3.1, I think).
The standalone release of that improved codebase is called unittest2.

Cheers
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to