]> sourceware.org Git - lvm2.git/commitdiff
test: Rename test nothing methods
authorMarian Csontos <mcsontos@redhat.com>
Thu, 9 Nov 2017 08:52:36 +0000 (09:52 +0100)
committerMarian Csontos <mcsontos@redhat.com>
Thu, 9 Nov 2017 10:31:54 +0000 (11:31 +0100)
These two methods might be useful for debugging, but are not testing
anything.

test/api/python_lvm_unit.py

index 3ffb3ad07dc76ccd0d7305bbfa6471dbcd907e0d..296ca14303bb3281f6d94a2842ef63536ea59ef5 100755 (executable)
@@ -264,7 +264,7 @@ class TestLvm(unittest.TestCase):
                self.assertTrue(found)
 
        @staticmethod
-       def test_pv_methods():
+       def _test_pv_methods():
                with AllowedPVS() as pvs:
                        for p in pvs:
                                p.getName()
@@ -863,7 +863,7 @@ class TestLvm(unittest.TestCase):
                        vg.close()
 
        @staticmethod
-       def test_listing():
+       def _test_listing():
 
                env = os.environ
 
This page took 0.035353 seconds and 5 git commands to generate.