From f45b6411560bdc21b78346889a0e051cac48efb5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 21 Jan 2018 21:20:25 +0100 Subject: Disable all missing-docstring warnings in unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I22b7bbdab5f000b4ade6c2ba3a4029c146887cbd Signed-off-by: Cédric Ollivier --- functest/tests/unit/cli/commands/test_cli_os.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functest/tests/unit/cli/commands/test_cli_os.py') diff --git a/functest/tests/unit/cli/commands/test_cli_os.py b/functest/tests/unit/cli/commands/test_cli_os.py index b827e87ca..e4854cd6f 100644 --- a/functest/tests/unit/cli/commands/test_cli_os.py +++ b/functest/tests/unit/cli/commands/test_cli_os.py @@ -5,7 +5,8 @@ # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 -# + +# pylint: disable=missing-docstring import logging import unittest -- cgit 1.2.3-korg