Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""This module holds the automated tests for atprogram."""
"""test_atprogram_simple.""" clean=True, build=True, program=True)
# @pytest.mark.parametrize("verbose", (0, 3)) # @pytest.mark.parametrize("clean", (True, False)) [(False, False), (True, False), (True, True)]) # @pytest.mark.parametrize("verify", # (pytest.param(True, marks=pytest.mark.xfail), False)) def test_atprogram( verbose, clean, build, erase, program, verify, return_output, dry_run): """test_atprogram.""" project_path=project_path, verbose=verbose, clean=clean, build=build, erase=erase, program=program, verify=verify, return_output=return_output, dry_run=dry_run)
("--version", "--version"), (None, "--version"), ("--version", None), pytest.param(None, None, marks=pytest.mark.xfail( raises=ValueError), strict=True)]) def test_atprogram_command(make_command, atprogram_command): """test_atprogram_command.""" atprogram_command=atprogram_command)
"""test_get_device_info.""" 'Memory Information'))
"""test_get_project_size.""" erase=False, program=False, verify=False)
"""test_atprogram_not_a_command.""" |