diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-01-21 21:20:25 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-01-21 21:20:25 +0100 |
commit | f45b6411560bdc21b78346889a0e051cac48efb5 (patch) | |
tree | 8c176c3107159e1115c37a572a0e208013f4ee32 /functest/tests/unit/cli/commands/test_cli_os.py | |
parent | a01ff48e8c5c64cd179c3f407bf6d4363a8f1557 (diff) |
Disable all missing-docstring warnings in unit tests
Change-Id: I22b7bbdab5f000b4ade6c2ba3a4029c146887cbd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/tests/unit/cli/commands/test_cli_os.py')
-rw-r--r-- | functest/tests/unit/cli/commands/test_cli_os.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functest/tests/unit/cli/commands/test_cli_os.py b/functest/tests/unit/cli/commands/test_cli_os.py index b827e87c..e4854cd6 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 |