From e6cf9b4758612f38f7317c52423f317b9a11bbc9 Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Tue, 17 Oct 2017 15:16:43 -0700 Subject: [PATCH] Fix some spelling in a docstring Change-Id: I6b32238da3381848ae56aed1c570d299be72473e --- test/unit/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/__init__.py b/test/unit/__init__.py index 7f7726d25b..a81f12ea7a 100644 --- a/test/unit/__init__.py +++ b/test/unit/__init__.py @@ -713,8 +713,8 @@ def quiet_eventlet_exceptions(): def mock_check_drive(isdir=False, ismount=False): """ All device/drive/mount checking should be done through the constraints - module if we keep the mocking consistly w/i that module we can keep our - test robust to further rework on that interface. + module. If we keep the mocking consistently within that module, we can + keep our tests robust to further rework on that interface. Replace the constraint modules underlying os calls with mocks.