Skip to content

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

Merged
comigor merged 1 commit intocomigor:masterfrom
rafaelring:fix/test
Oct 15, 2018
Merged

Make generator create a .showcased_test file instead of _test.showcased#7
comigor merged 1 commit intocomigor:masterfrom
rafaelring:fix/test

Conversation

@rafaelring
Copy link
Copy Markdown
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
Copy Markdown
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