llvm-project/clang/bindings/python/tests/cindex
Jonathan Coe aef6c79d28 [bindings] Fix most Python binding unittests on Windows
Summary:
This fixes all but one of the test cases for Windows. TestCDB will
take more work to debug, as CompilationDatabase seems not to work correctly.

Reviewers: bkramer, wanders, jbcoe

Reviewed By: bkramer, jbcoe

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D47864

Patch written by ethanhs (Ethan)

llvm-svn: 335282
2018-06-21 20:07:03 +00:00
..
INPUTS
__init__.py
test_access_specifiers.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_cdb.py [bindings] Fix most Python binding unittests on Windows 2018-06-21 20:07:03 +00:00
test_code_completion.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_comment.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_cursor.py [bindings] Fix most Python binding unittests on Windows 2018-06-21 20:07:03 +00:00
test_cursor_kind.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_diagnostics.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_exception_specification_kind.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_file.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_index.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_linkage.py [python] [tests] Fix test_linkage for unique external linkage 2017-11-11 20:01:41 +00:00
test_location.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_tls_kind.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_token_kind.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_tokens.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
test_translation_unit.py [bindings] Fix most Python binding unittests on Windows 2018-06-21 20:07:03 +00:00
test_type.py [python] [tests] Rewrite to use standard unittest module 2017-11-10 16:44:12 +00:00
util.py Implement a convenience recursive walk method over a cursor and its descendants. 2014-05-29 02:35:27 +00:00