[PATCH] D39763: [clang] [python] [tests] Rewrite to use standard unittest module

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 08:45:26 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317897: [python] [tests] Rewrite to use standard unittest module (authored by mgorny).

Changed prior to commit:
  https://reviews.llvm.org/D39763?vs=121990&id=122447#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39763

Files:
  cfe/trunk/bindings/python/README.txt
  cfe/trunk/bindings/python/tests/cindex/test_access_specifiers.py
  cfe/trunk/bindings/python/tests/cindex/test_cdb.py
  cfe/trunk/bindings/python/tests/cindex/test_code_completion.py
  cfe/trunk/bindings/python/tests/cindex/test_comment.py
  cfe/trunk/bindings/python/tests/cindex/test_cursor.py
  cfe/trunk/bindings/python/tests/cindex/test_cursor_kind.py
  cfe/trunk/bindings/python/tests/cindex/test_diagnostics.py
  cfe/trunk/bindings/python/tests/cindex/test_exception_specification_kind.py
  cfe/trunk/bindings/python/tests/cindex/test_file.py
  cfe/trunk/bindings/python/tests/cindex/test_index.py
  cfe/trunk/bindings/python/tests/cindex/test_linkage.py
  cfe/trunk/bindings/python/tests/cindex/test_location.py
  cfe/trunk/bindings/python/tests/cindex/test_tls_kind.py
  cfe/trunk/bindings/python/tests/cindex/test_token_kind.py
  cfe/trunk/bindings/python/tests/cindex/test_tokens.py
  cfe/trunk/bindings/python/tests/cindex/test_translation_unit.py
  cfe/trunk/bindings/python/tests/cindex/test_type.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39763.122447.patch
Type: text/x-patch
Size: 136466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171110/25a4741d/attachment-0001.bin>


More information about the cfe-commits mailing list