summaryrefslogtreecommitdiff
path: root/test/api
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2017-11-09 09:52:36 +0100
committerMarian Csontos <mcsontos@redhat.com>2017-11-09 11:31:54 +0100
commitcd3b5e60a82f745030e2a976832a1490494851dc (patch)
treede64feb4092b38b69add0acb0b6c7eca92a5e49e /test/api
parent9958c4192766edb2b0f6cf7b963b72121c50b7ad (diff)
downloadlvm2-cd3b5e60a82f745030e2a976832a1490494851dc.tar.gz
test: Rename test nothing methods
These two methods might be useful for debugging, but are not testing anything.
Diffstat (limited to 'test/api')
-rwxr-xr-xtest/api/python_lvm_unit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/api/python_lvm_unit.py b/test/api/python_lvm_unit.py
index 3ffb3ad07..296ca1430 100755
--- a/test/api/python_lvm_unit.py
+++ b/test/api/python_lvm_unit.py
@@ -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