[all-commits] [llvm/llvm-project] ab8555: [lldb] Fix Python test formatting (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jun 16 14:51:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab855530f797bbc113f75f833a4ca5711749d7c8
      https://github.com/llvm/llvm-project/commit/ab855530f797bbc113f75f833a4ca5711749d7c8
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M lldb/test/API/commands/dwim-print/TestDWIMPrint.py
    M lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py
    M lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
    M lldb/test/API/functionalities/var_path/TestVarPath.py
    M lldb/test/API/lang/cpp/class_static/TestStaticVariables.py
    M lldb/test/API/lang/cpp/frame-var-depth-and-elem-count/TestFrameVarDepthAndElemCount.py
    M lldb/test/API/python_api/function_symbol/TestDisasmAPI.py
    M lldb/test/API/python_api/function_symbol/TestSymbolAPI.py
    M lldb/test/API/python_api/target/TestTargetAPI.py

  Log Message:
  -----------
  [lldb] Fix Python test formatting (NFC)

All Python files in the LLVM repository were reformatted with Black [1].
Files inside the LLDB subproject were reformatted in 2238dcc39358. This
patch updates a handful of tests that were added or modified since then
and weren't formatted with Black.

[1] https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style/68257




More information about the All-commits mailing list