Skip to content
Snippets Groups Projects

split one test into three

Merged Hans Fangohr requested to merge split-installation-tests into force-checking-of-error-code
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -152,6 +152,7 @@ def test_install_environment_wrong_toolchain(tmp_path):
script_dir=(tmp_path),
)
def test_install_environment_wrong_mpsd_release(tmp_path):
"""Test exception is raised for non-existing mpsd release."""
# Expect an Exception when wrong mpsd_release is provided (part of
@@ -163,6 +164,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
script_dir=(tmp_path),
)
def test_install_environment_zlib(tmp_path):
"""Test installation of toolchain."""
# prepare a test of global generic with only zlib to test the installation
Loading