summaryrefslogtreecommitdiff
path: root/tempest_lib
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-03-24 11:40:54 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2015-03-24 11:40:54 -0700
commita69fe44ff142b27b9a0dbcf643dc92a29a2a26bc (patch)
tree9e451a167345166179f12ea1f277f4b921221aef /tempest_lib
parent426d031f4c2dcfe0210c857140aa7789c75c2099 (diff)
downloadtempest-lib-a69fe44ff142b27b9a0dbcf643dc92a29a2a26bc.tar.gz
Move to hacking 0.10
Release notes: http://lists.openstack.org/pipermail/openstack-dev/2015-January/054165.html Remove deleted hacking rules from tox.ini (H803, H402, H305) Fix minor W292 issues from new hacking. Change-Id: I67ea3467ded1ec5b82ce03b4f65e697c3defd29a
Diffstat (limited to 'tempest_lib')
-rw-r--r--tempest_lib/exceptions.py2
-rw-r--r--tempest_lib/tests/test_tempest_lib.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tempest_lib/exceptions.py b/tempest_lib/exceptions.py
index ba368a5..07952b6 100644
--- a/tempest_lib/exceptions.py
+++ b/tempest_lib/exceptions.py
@@ -154,4 +154,4 @@ class EndpointNotFound(TempestException):
class InvalidCredentials(TempestException):
- message = "Invalid Credentials" \ No newline at end of file
+ message = "Invalid Credentials"
diff --git a/tempest_lib/tests/test_tempest_lib.py b/tempest_lib/tests/test_tempest_lib.py
index 8f75057..76d74a6 100644
--- a/tempest_lib/tests/test_tempest_lib.py
+++ b/tempest_lib/tests/test_tempest_lib.py
@@ -25,4 +25,4 @@ from tempest_lib.tests import base
class TestTempest_lib(base.TestCase):
def test_something(self):
- pass \ No newline at end of file
+ pass