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

Add integration tests #17

Open
luhring opened this issue Aug 25, 2020 · 0 comments
Open

Add integration tests #17

luhring opened this issue Aug 25, 2020 · 0 comments

Comments

@luhring
Copy link
Contributor

luhring commented Aug 25, 2020

This extension would benefit greatly from adding integration tests. Especially since such a large majority of functionality depends on crossing process boundaries (disk I/O, network I/O, the grype child process), integration tests would add a lot of confidence that the extension is delivering the functionality we expected.

VS Code has created a method of running integration tests on extensions: https://code.visualstudio.com/api/working-with-extensions/testing-extension

We should develop tests that deliver a high amount of value, and we should ensure these tests are running in at least one of our automated pipelines.

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

No branches or pull requests

1 participant