[Lldb-commits] [lldb] r110470 - /lldb/trunk/test/README-TestSuite
Johnny Chen
johnny.chen at apple.com
Fri Aug 6 14:07:39 PDT 2010
Author: johnny
Date: Fri Aug 6 16:07:38 2010
New Revision: 110470
URL: http://llvm.org/viewvc/llvm-project?rev=110470&view=rev
Log:
Added more comments about unittest2.
Modified:
lldb/trunk/test/README-TestSuite
Modified: lldb/trunk/test/README-TestSuite
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/README-TestSuite?rev=110470&r1=110469&r2=110470&view=diff
==============================================================================
--- lldb/trunk/test/README-TestSuite (original)
+++ lldb/trunk/test/README-TestSuite Fri Aug 6 16:07:38 2010
@@ -52,6 +52,12 @@
Python.
It currently has unittest2 0.5.1 from http://pypi.python.org/pypi/unittest2.
+ Version 0.5.1 of unittest2 has feature parity with unittest in Python 2.7
+ final. If you want to ensure that your tests run identically under unittest2
+ and unittest in Python 2.7 you should use unittest2 0.5.1.
+
+ Later versions of unittest2 include changes in unittest made in Python 3.2 and
+ onwards after the release of Python 2.7.
o dotest.pl
More information about the lldb-commits
mailing list