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

Use regex to filter test runs for multiple classes in the same file #448

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

vinistock
Copy link
Member

We're currently always running the entire file when you have multiple test classes in the same one. We should use the same name regex existing in the Ruby LSP to properly filter the exact class being executed.

I just brought the approach over and added a test.

@vinistock vinistock added the bugfix This PR fixes an existing bug label Sep 5, 2024
@vinistock vinistock self-assigned this Sep 5, 2024
@vinistock vinistock requested a review from a team as a code owner September 5, 2024 21:21
@vinistock vinistock merged commit 72df24d into main Sep 9, 2024
40 checks passed
@vinistock vinistock deleted the vs-filter-class-lens branch September 9, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants