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

Test infrastructure for plugins #576

Closed
jneira opened this issue Nov 9, 2020 · 1 comment
Closed

Test infrastructure for plugins #576

jneira opened this issue Nov 9, 2020 · 1 comment
Labels
type: enhancement New feature or request

Comments

@jneira
Copy link
Member

jneira commented Nov 9, 2020

I can think off in some paths:

  • move test infrastructure into hls-plugin-api if possible to avoid copy it in each plugin
    • to avoid create another package hls-plugin-api-test
  • depend at runtime on hls executable without having it as component of the package (i think it should be possible somehow, but i have not checked it)
    • or create a dummy lsp server plugin container and put it in hls-plugin-api (or in lsp-test @bubba?)

We always could let the funcional tests live in hls, at least temporary, while we find out a final solution.

@jneira
Copy link
Member Author

jneira commented Feb 24, 2021

Thanks to @pepeiborra plugins can have their isolate functional test suite. Relevant pr's:

Closing

@jneira jneira closed this as completed Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant