Lines Matching full:python
2 to the Python test suite under the current 'test' directory.
26 turn inherits from Python's unittest.TestCase. The concrete subclass can
31 start with the letters test. For more details about the Python's unittest
32 framework, go to http://docs.python.org/library/unittest.html.
44 Most of them predate the introduction of the python test suite and contain
49 part of the Python-based test suite to test lldb functionality.
52 C/C++/ObjC source files; they were created to house the Python test case which
66 directory or via supplying a Python dictionary to the build method in your
67 Python test script. An example of the latter can be found in
96 Many new features were added to unittest in Python 2.7, including test
98 Python.
100 It currently has unittest2 0.5.1 from http://pypi.python.org/pypi/unittest2.
101 Version 0.5.1 of unittest2 has feature parity with unittest in Python 2.7
103 and unittest in Python 2.7 you should use unittest2 0.5.1.
105 Later versions of unittest2 include changes in unittest made in Python 3.2 and
106 onwards after the release of Python 2.7.
113 …_SCRIPT_DIR=/Volumes/data/lldb/svn/trunk/test /System/Library/Frameworks/Python.framework/Versions…
117 …$ python /System/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/pstats.py my.p…
138 However, if you use the Python API's it is possible to check all the