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 <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Tom Rini
2025-05-08 15:34:45 -06:00
committed by Heinrich Schuchardt
parent e1076c6619
commit 02e5d344a0
3 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
"""Tests for the button command"""
import pytest
@pytest.mark.boardspec('sandbox')