]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Kill some pep8 errors in test_stacks.py
authorSteven Dake <sdake@redhat.com>
Fri, 11 May 2012 22:12:56 +0000 (15:12 -0700)
committerSteven Dake <sdake@redhat.com>
Fri, 11 May 2012 22:12:56 +0000 (15:12 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
heat/tests/test_stacks.py

index 87aab4d5ad0717f13f20dbe434ddf51f9623e4f5..8ebdd541ac43e19aa1f4537f06263c84ef000a85 100644 (file)
@@ -127,7 +127,6 @@ class stacksTest(unittest.TestCase):
                    == 'F16-x86_64-gold')
             assert(result['ResourceProperties']['InstanceType'] == 'm1.large')
 
-
     def test_stack_list(self):
         stack = self.start_wordpress_stack('test_stack_list')
         rt = {}
@@ -163,7 +162,7 @@ class stacksTest(unittest.TestCase):
             assert(s['stack_id'] > 0)
             assert(s['template_description'].find('WordPress') != -1)
 
-    # allows testing of the test directly, shown below if __name__ == '__main__':
+    # allows testing of the test directly
     if __name__ == '__main__':
         sys.argv.append(__file__)
         nose.main()