[Lldb-commits] [lldb] r110400 - /lldb/trunk/test/README-TestSuite
Johnny Chen
johnny.chen at apple.com
Thu Aug 5 16:47:52 PDT 2010
Author: johnny
Date: Thu Aug 5 18:47:51 2010
New Revision: 110400
URL: http://llvm.org/viewvc/llvm-project?rev=110400&view=rev
Log:
Added description 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=110400&r1=110399&r2=110400&view=diff
==============================================================================
--- lldb/trunk/test/README-TestSuite (original)
+++ lldb/trunk/test/README-TestSuite Thu Aug 5 18:47:51 2010
@@ -45,6 +45,14 @@
C/C++/ObjC source files; they were created to house the Python test case which
does not involve lldb reading in an executable file at all.
+o unittest2
+
+ Many new features were added to unittest in Python 2.7, including test
+ discovery. unittest2 allows you to use these features with earlier versions of
+ Python.
+
+ It currently has unittest2 0.5.1 from http://pypi.python.org/pypi/unittest2.
+
o dotest.pl
In case you wonder, there is also a 'dotest.pl' perl script file. It was
More information about the lldb-commits
mailing list