Skip to content

Allow tests in any marked test dir and optionally in sources #5770

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

Merged
merged 2 commits into from
Sep 23, 2021

Conversation

stevemessick
Copy link
Member

Fixes #5542

This checks if a file is in a directory marked as Test Sources Root, even if not named test, and adds the gutter icons to run individual tests if it is. It also adds a new setting that will allow files ending with _test.dart to be treated as test files if they are in a directory marked as Sources Root, such as lib. The new setting is opt-in.

I noticed that many settings were not included in the searchable options, so I added them. I also made some consistency changes, and moved all the embedded strings to the bundle properties file.

@google-cla google-cla bot added the cla: yes label Sep 21, 2021
@stevemessick
Copy link
Member Author

@jwren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android Studio shouldn't show "Build iOS" on Windows
2 participants