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

Make generator create a .showcased_test file instead of _test.showcased #7

Merged
merged 1 commit into from
Oct 15, 2018

Conversation

rafaelring
Copy link
Contributor

Because the generator was creating a file with the name _test.showcased, when trying to run flutter test for the generated files, the run fails to find any tests as the command searches for files which filename ends in test.
This PR changes the name of the generated files to .shocased_test so the flutter test command runs accordingly.

@comigor
Copy link
Owner

comigor commented Oct 15, 2018

Nice, thanks!

@comigor comigor merged commit b73d5ae into comigor:master Oct 15, 2018
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.

2 participants