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

refactor(tests): remove test globals, remove async_test, and add mason-test module #1522

Closed
wants to merge 1 commit into from

Conversation

williamboman
Copy link
Owner

Test helpers via globals are problematic to work with due to not being detected through tools like the Lua language
server without additional configuration. This has been replaced with a Lua module mason-test. async_test has also
been removed in favour of explicitly making use of the mason-core.async API. These changes stands for a significant
portion of the diff.

…n-test module

Test helpers via globals are problematic to work with due to not being detected through tools like the Lua language
server without additional configuration. This has been replaced with a Lua module `mason-test`. `async_test` has also
been removed in favour of explicitly making use of the `mason-core.async` API. These changes stands for a significant
portion of the diff.
@williamboman williamboman deleted the refactor/tests branch October 13, 2023 15:07
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.

1 participant