forked from OERV-BSP/u-boot
test: fix pydoc issues for EFI tests
Fix issues reported by pydocstyle. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
"""Fixture for UEFI bootmanager test
|
||||
"""
|
||||
"""Fixture for UEFI bootmanager test."""
|
||||
|
||||
import os
|
||||
import shutil
|
||||
@@ -10,8 +9,7 @@ import pytest
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def efi_bootmgr_data(u_boot_config):
|
||||
"""Set up a file system to be used in UEFI bootmanager
|
||||
tests
|
||||
"""Set up a file system to be used in UEFI bootmanager tests.
|
||||
|
||||
Args:
|
||||
u_boot_config -- U-boot configuration.
|
||||
|
||||
Reference in New Issue
Block a user