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

Make the extension's test suite less dependent on individual setups #2877

Open
vinistock opened this issue Nov 19, 2024 · 0 comments
Open

Make the extension's test suite less dependent on individual setups #2877

vinistock opened this issue Nov 19, 2024 · 0 comments
Labels
chore Chore task

Comments

@vinistock
Copy link
Member

Currently, the extension's test suite makes several assumptions about what is going to be available in the user's machine. For example, the Shadowenv test assumes that it will be available and the chruby test assumes rubies will be available in certain locations.

This is not friendly to external contributors who may not have their environments configured similarly to our team. Let's ensure that the test suite skips tests that cannot be executed. Let's also try to ensure that we can run as many tests as possible locally.

@vinistock vinistock added the chore Chore task label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

No branches or pull requests

1 participant