commit | 71f8dd2f9c5879bee05bf2c3ed6b1de4a5a4e5ba | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jul 20 16:03:09 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jul 20 16:03:09 2015 +0000 |
tree | 96e767aaa81b9d58719b28f2d378907f275c087a | |
parent | 18c1d0eba54f1d6e8f4df4ec76c95efe472f2b14 [diff] | |
parent | 00caec596d182fbfc48bf176f5acabf6bbc41c56 [diff] |
Merge "Remove extra space in docstring"
diff --git a/tempest/test.py b/tempest/test.py index 0e60041..df6b30d 100644 --- a/tempest/test.py +++ b/tempest/test.py
@@ -44,7 +44,7 @@ def attr(**kwargs): - """A decorator which applies the testtools attr decorator + """A decorator which applies the testtools attr decorator This decorator applies the testtools.testcase.attr if it is in the list of attributes to testtools we want to apply.