blob: c707f14790d5235593be4f55f9450c91f17f5fd2 [file] [log] [blame]
Matt Riedemann29999632019-02-14 14:32:20 -05001---
2features:
3 - |
4 The ``tempest.lib.decorators.attr`` decorator now supports a ``condition``
5 kwarg which can be used to conditionally apply the attr to the test
6 function if the condition evaluates to True.