Skip to content
Snippets Groups Projects
Commit 5b899462 authored by Hans Fangohr's avatar Hans Fangohr Committed by Ashwin Kumar Karnad
Browse files

black

parent 44180dcf
Branches
Tags
3 merge requests!19Move linux-debian11 into main,!17split one test into three,!9force `subprocess.run` to check return code is 0
Pipeline #368563 failed
...@@ -160,6 +160,7 @@ def test_install_environment_wrong_toolchain(tmp_path): ...@@ -160,6 +160,7 @@ def test_install_environment_wrong_toolchain(tmp_path):
script_dir=(tmp_path), script_dir=(tmp_path),
) )
def test_install_environment_wrong_mpsd_release(tmp_path): def test_install_environment_wrong_mpsd_release(tmp_path):
"""Test exception is raised for non-existing mpsd release.""" """Test exception is raised for non-existing mpsd release."""
# Expect an Exception when wrong mpsd_release is provided (part of # Expect an Exception when wrong mpsd_release is provided (part of
...@@ -171,6 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path): ...@@ -171,6 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
script_dir=(tmp_path), script_dir=(tmp_path),
) )
def test_install_environment_zlib(tmp_path): def test_install_environment_zlib(tmp_path):
"""Test installation of toolchain.""" """Test installation of toolchain."""
# prepare a test of global generic with only zlib to test the installation # prepare a test of global generic with only zlib to test the installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment