Skip to content

Allow running tests without a bundle #3561

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

Open
vinistock opened this issue May 29, 2025 · 1 comment
Open

Allow running tests without a bundle #3561

vinistock opened this issue May 29, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@vinistock
Copy link
Member

Running for default frameworks, such as Minitest or Test Unit, is not working if you don't have a Gemfile.

@vinistock vinistock added the bug Something isn't working label May 29, 2025
@vinistock
Copy link
Member Author

This problem is not so easy to fix. We don't automatically index gems that aren't in the Gemfile and so we have no way to discover test items because we never indexed Minitest::Test or Test::Unit::TestCase.

We may need to make some different decisions to improve support for tests without a bundle, although I do feel like requiring people to add their test framework to the Gemfile is a fair requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant