From bfc96872dde7b0074b576a2ce384c808588193c1 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 7 Oct 2016 16:33:44 +0800 Subject: Rename `suit` to `suite` We should use correct words for naming. Change-Id: Ia1ec690fca62259b5f226e2d6941a507cc61786e Signed-off-by: Yujun Zhang --- func/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/cli.py') 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) -- cgit 1.2.3-korg