From 496a12198e4fee956e096f00c068b193aa1224bc Mon Sep 17 00:00:00 2001 From: Ang Li Date: Thu, 5 Oct 2017 14:25:46 -0700 Subject: Minor fixes in base_test. (#331) --- mobly/base_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mobly/base_test.py') diff --git a/mobly/base_test.py b/mobly/base_test.py index 1b90675..8cebd27 100644 --- a/mobly/base_test.py +++ b/mobly/base_test.py @@ -19,10 +19,8 @@ import inspect import logging import sys -from mobly import logger from mobly import records from mobly import signals -from mobly import utils # Macro strings for test result reporting TEST_CASE_TOKEN = '[Test]' @@ -429,8 +427,7 @@ class BaseTestClass(object): tests. name_func: function, generate a test name according to a set of test arguments. This function should take the same arguments as - the test logic function. The test name should be shorter than - utils.MAX_FILENAME_LEN. Names over the limit will be truncated. + the test logic function. arg_sets: a list of tuples, each tuple is a set of arguments to be passed to the test logic function and name function. """ -- cgit v1.2.3