tempest/releasenotes/notes/move-attr-decorator-to-lib-a1e80c42ba9c5392.yaml
Jordan Pittier 3b46d27c90 Move the attr decorator from test.py to tempest/lib
I think it's a good idea to move all utility decorators into
tempest/lib/decorators.py. This patch does that for the `attr`
decorator.

Change-Id: Iaafbb112b6eee458089cc49918359a8a8d0485e2
2017-04-14 11:16:36 +02:00

7 lines
237 B
YAML

---
features:
- |
A new ``attr`` decorator has been added in the ``tempest.lib.decorators``
module. For example, use it to tag specific tests, which could be leveraged
by test runners to run only a subset of Tempest tests.