diff options
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/common/test_constraints.py | 2 | ||||
| -rw-r--r-- | test/unit/common/test_fs_utils.py | 4 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/common/test_constraints.py b/test/unit/common/test_constraints.py index a6d21d8..e2769ab 100644 --- a/test/unit/common/test_constraints.py +++ b/test/unit/common/test_constraints.py @@ -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): diff --git a/test/unit/common/test_fs_utils.py b/test/unit/common/test_fs_utils.py index 28354ee..eb6faa0 100644 --- a/test/unit/common/test_fs_utils.py +++ b/test/unit/common/test_fs_utils.py @@ -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  | 
