Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow examples to have custom tests #543

Merged
merged 3 commits into from
Apr 21, 2023

Conversation

bobvanderlinden
Copy link
Contributor

@bobvanderlinden bobvanderlinden commented Apr 20, 2023

Resolves #542

Currently during the tests the devenvs of the examples are build, but there isn't a check to see whether the options of the example are behaving as they were intended.

This changes allows examples to have a .test.sh file that is executed.

As an example (meta) I've added a test for python-venv to check whether the virtual environment has loaded correctly and a test for ruby to check whether Ruby can require gems in Gemfile.

@domenkozar domenkozar merged commit f76b8bd into cachix:main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom tests for examples
2 participants