[Lldb-commits] [PATCH] D14020: Port the python api decorator to use test categories

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 23 09:46:18 PDT 2015


zturner added a comment.

Could you call this something less generic than `categories`?  The name of the decorator should be descriptive enough to hint that it can only be applied to test methods.  `test_categories` even.


http://reviews.llvm.org/D14020





More information about the lldb-commits mailing list