3b46d27c90
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
7 lines
237 B
YAML
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.
|