UtrechtUniversity / researchcloud-items

Installation scripts for SURF ResearchCloud catalog components
https://utrechtuniversity.github.io/researchcloud-items/
GNU General Public License v3.0
7 stars 4 forks source link

Fix tests for miniconda #143

Closed dometto closed 1 month ago

dometto commented 1 month ago

Caught a test failure for the miniconda playbook in the biweekly molecule run.

The playbook has been updated to not install miniconda for all existing users before they login, for performance reasons. But the tests were still expecting an installation to be present for testuser even without simulating a login for that user.

This PR updates the tests to update the expectation, and clarifies what's happening in the tests.