Inlined tests have a test function that is actually an instance method,
which requires a slightly different approach when it comes to setting
the category attribute. The attribute must be set on the actual
function, rather than on a particular instance.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
thanks for fixing this.
lldb/packages/Python/lldbsuite/test/decorators.py | ||
---|---|---|
529 | We should consider clang-formatting this file altogether. |
Comment Actions
The change in r324488 dropped the existing category attribute in for
instance methods. This patch corrects that.
Comment Actions
Jup. Sorry for making it so confusing. Because Pavel's reply was here it seemed sensible to update the diff.
Landed in rL324492
These two lines look like they need to be fixed as well.