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 shared code based on {staticimports} #182

Open
gadenbuie opened this issue May 22, 2023 · 0 comments
Open

Allow shared code based on {staticimports} #182

gadenbuie opened this issue May 22, 2023 · 0 comments

Comments

@gadenbuie
Copy link
Member

We occasionally need utility functions and shared code between apps, but we don't want to introduce a dependency on shinycoreci in the test code. Ideally, testing apps should be completely isolated.

We could build on staticimports to store shared code in {shinycoreci}/inst/staticexports that is then "vendored" into the test app folders.

We'd also need a shinycoreci function that walks the test apps and can update any out-of-date imports.

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