aboutsummaryrefslogtreecommitdiffstats
path: root/func/cli.py
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2016-10-07 16:33:44 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2016-10-07 16:33:44 +0800
commitbfc96872dde7b0074b576a2ce384c808588193c1 (patch)
treeabac196e959e6fbe3e6f58d04c26b061b0fa7446 /func/cli.py
parent33d953b9c4a7ecada927af3b1666d15e3f389beb (diff)
Rename `suit` to `suite`
We should use correct words for naming. Change-Id: Ia1ec690fca62259b5f226e2d6941a507cc61786e Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'func/cli.py')
-rw-r--r--func/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/cli.py b/func/cli.py
index 833437d5..9222da51 100644
--- a/func/cli.py
+++ b/func/cli.py
@@ -40,7 +40,7 @@ class cli:
def __init__(self, args=sys.argv[1:]):
args = self._parse_args(args)
- if not args_handler.check_suit_in_test_list(args.file):
+ if not args_handler.check_suite_in_test_list(args.file):
print('\n\n ERROR: Test File Does not exist in test_list/ please enter correct file \n\n')
sys.exit(1)