llvm-project/lldb/third_party/Python/module/unittest2/unittest2
Jonas Devlieghere e021d69094 dotest.py: bugfix: test filters with -f do not work on Python3
dotest -f does not work on Python3.

The name types.UnboundMethodType was an alias for types.MethodType in
2.7, but it does not exist in python3. MethodType works in both.

Also the actual type returned from SomeClass.some_method in python3
will be types.Function, not MethodType.

Patch by: Lawrence D'Anna

Differential revision: https://reviews.llvm.org/D67791

llvm-svn: 372441
2019-09-20 23:41:29 +00:00
..
test
__init__.py
__main__.py
case.py Initial support for native debugging of x86/x64 Windows processes 2019-08-13 22:18:01 +00:00
collector.py
compatibility.py
loader.py dotest.py: bugfix: test filters with -f do not work on Python3 2019-09-20 23:41:29 +00:00
main.py
result.py
runner.py
signals.py
suite.py
util.py