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

new mu-app blueprint does not add tests/{unit,integration} folders #8194

Merged
merged 2 commits into from
Nov 29, 2018

Conversation

ppcano
Copy link
Contributor

@ppcano ppcano commented Nov 15, 2018

Relates to #7530

Assuming that unit and integration tests should be placed where its "tested" class is located, there is no need to auto-generate the tests/{unit,integration} folders anymore.

The PR will make the blueprint to stop adding these folders, but it will generate a tests/acceptance folder instead.

@rwjblue
Copy link
Member

rwjblue commented Nov 20, 2018

Changes look good to me. Our CI is currently failing (for other reasons) :(

@ppcano
Copy link
Contributor Author

ppcano commented Nov 24, 2018

Rebased to trigger a new CI build, but it is still failing.

@Turbo87
Copy link
Member

Turbo87 commented Nov 29, 2018

@ppcano it looks like the test failures on TravisCI are related to the change in this PR

@ppcano
Copy link
Contributor Author

ppcano commented Nov 29, 2018

@Turbo87 You are right; I didn't run the tests with the EMBER_CLI_MODULE_UNIFICATION flag. Now Travis passes.

Would you accept additional PRs to attempt to homogenize the MU/ Non-MU tests?

@Turbo87 Turbo87 merged commit 724c7f7 into ember-cli:master Nov 29, 2018
@Turbo87
Copy link
Member

Turbo87 commented Nov 29, 2018

Would you accept additional PRs to attempt to homogenize the MU/ Non-MU tests?

sure, sounds good

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.

4 participants