summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-08 15:34:45 -0600
committerHeinrich Schuchardt <[email protected]>2025-05-11 12:52:57 +0200
commit02e5d344a0d75a4f05682b3438354748dc83d941 (patch)
tree58272fe3d44e671f2d85f6eb529d5722d6c8e8d5 /test
parente1076c6619194ddd82f8e364d8cafd907da40616 (diff)
doc: pytest: Document the test_button test
Add this test to the documentation. No changes to the test itself were required. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_button.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/py/tests/test_button.py b/test/py/tests/test_button.py
index f0d85be896d..f3f68169e14 100644
--- a/test/py/tests/test_button.py
+++ b/test/py/tests/test_button.py
@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
+"""Tests for the button command"""
+
import pytest
@pytest.mark.boardspec('sandbox')