Skip to content
Snippets Groups Projects
Verified Commit afbbf4bc authored by Karel Koci's avatar Karel Koci :metal:
Browse files

tests: drop experiments

parent 87725575
1 merge request!2Initial development
import pytest
def test_terminal(board, board_shell):
board.serial_miniterm()
@pytest.mark.board("mox")
def test_skip(board_uboot):
assert board_uboot.run("help")
assert board_uboot.run("boot")
#def test_access(
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment