Remove duplicate class names.
Change-Id: I7ef76b66beee1392d4e11544cc74de12a81e742a Signed-off-by: Peter Portante <peter.portante@redhat.com> Reviewed-on: http://review.gluster.org/5115 Reviewed-by: Peter Portante <pportant@redhat.com> Tested-by: Peter Portante <pportant@redhat.com>
This commit is contained in:
parent
07e4329949
commit
dc870d2620
@ -40,7 +40,7 @@ def mock_check_mount_err(*args, **kwargs):
|
||||
return False
|
||||
|
||||
|
||||
class TestUtils(unittest.TestCase):
|
||||
class TestConstraints(unittest.TestCase):
|
||||
""" Tests for common.constraints """
|
||||
|
||||
def tearDown(self):
|
||||
|
@ -32,8 +32,8 @@ def mock_os_fsync(fd):
|
||||
def mock_tpool_execute(func, *args, **kwargs):
|
||||
func(*args, **kwargs)
|
||||
|
||||
class TestUtils(unittest.TestCase):
|
||||
""" Tests for common.utils """
|
||||
class TestFsUtils(unittest.TestCase):
|
||||
""" Tests for common.fs_utils """
|
||||
|
||||
def test_do_walk(self):
|
||||
# create directory structure
|
||||
|
Loading…
x
Reference in New Issue
Block a user