瀏覽代碼

[Tests] quick fix typo

monf 8 年之前
父節點
當前提交
4fed593927
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      kalliope/Tests/test_file_manager.py

+ 4 - 4
kalliope/Tests/test_file_manager.py

@@ -130,10 +130,10 @@ class TestFileManager(unittest.TestCase):
         """
         Test the _is_path_exists_or_creatable
         4 scenarii :
-            - the file exist and creatable : return True
-            - the file not exist but creatable : return True
-            - the file exists but not allowed : return True --> need a review !
-            - the file not exist and not allowed : return False
+            - the file exists and is creatable : return True
+            - the file does not exist but is creatable : return True
+            - the file exists but is not allowed : return True --> need a review !
+            - the file does not exist and is not allowed : return False
         """
 
         # set up the context