We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8d49b commit 9c005b2Copy full SHA for 9c005b2
test/test_board.py
@@ -36,6 +36,5 @@ def test_board_list(run_command):
36
def test_board_listall(run_command):
37
assert run_command("core update-index")
38
result = run_command("board listall")
39
- print(result.stderr, result.stdout)
40
assert result.ok
41
assert ["Board", "Name", "FQBN"] == result.stdout.splitlines()[0].strip().split()
0 commit comments