[Lldb-commits] [PATCH] D78242: [lldb/Docs] Add some more info about the test suite layout
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 15 17:06:58 PDT 2020
jingham added a comment.
This is great, thanks for doing this. You point people at lldbutils.py as a source for utility functions (like print_stacktrace, etc...) But it is maybe also worth pointing them at the lldbtest.py for extensions runCmd and some of the other testing primitives we've added to the unittest2 framework.
================
Comment at: lldb/docs/resources/test.rst:119
+to see if there's a utility to simplify some of the testing boiler plate.
+Because we can't always audit every existing test, this is double true when
+looking at an existing test for inspiration.
----------------
doubly
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78242/new/
https://reviews.llvm.org/D78242
More information about the lldb-commits
mailing list