]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/decorators: Use wraps consistently
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 08:26:52 +0000 (09:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 May 2016 22:07:46 +0000 (23:07 +0100)
commit9e4d60b29ff5667d23a89953ce7139b34c11d40b
tree02fa7b3d3dc0d79894b6e7ddb5ba698cedac7610
parentdb27d8fbb44d2cdd524ac992630c781fd0c45b1b
oeqa/decorators: Use wraps consistently

We want the decorator to leave the function names of the test unchanged. Some
decorators are already using wraps for this but not all. Fix this to be consistent
allowing inspection of the test to give the wanted values.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/decorators.py