summaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_bootmgr/conftest.py
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-05-03 07:08:05 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-05-04 09:57:43 +0200
commitbd730aa05baf1a6c5e61dc1f2e38b48f48a06b05 (patch)
tree1c069da625c8dd09f997ec082d76e74019477651 /test/py/tests/test_efi_bootmgr/conftest.py
parentd1474f5aa0a9c9ed0e06b3a16d0936160ab2f13c (diff)
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>
Diffstat (limited to 'test/py/tests/test_efi_bootmgr/conftest.py')
-rw-r--r--test/py/tests/test_efi_bootmgr/conftest.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/py/tests/test_efi_bootmgr/conftest.py b/test/py/tests/test_efi_bootmgr/conftest.py
index a0a754afbe1..eabafa54298 100644
--- a/test/py/tests/test_efi_bootmgr/conftest.py
+++ b/test/py/tests/test_efi_bootmgr/conftest.py
@@ -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.