diff --git a/tests.py b/tests.py index a5fb4b9ae14f1e78a90e30bb25e2ca30fd696be1..f20683d8b7c61d5ca74925e4fbfabb29d6650d15 100644 --- a/tests.py +++ b/tests.py @@ -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