-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Move flutter tests from packages/unit to packages/flutter/test #954
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
Conversation
packages/flutter/pubspec.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not move the flx tests into package/flx/test ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hadn't even thought of it. Will do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like they're already there. Maybe we don't need this dependency? This was just me merging in the dependencies we had for the unit/ directory.
|
There's really not much point having |
b17602c to
c9d2d9e
Compare
|
cc @chinmaygarde: This changes the pubspec.yaml files for cassowary and newton. I couldn't work out why you depended on test_runner and dart_coveralls, is it ok to remove them? |
|
@abarth Ok, it's ready for review now. Thanks! |
c9d2d9e to
13cd12e
Compare
|
@Hixie I remember I had to do that to get automatic code coverage reports sent to coveralls.io. Also, the default test hook on Travis used test_runner. We don't need those dependencies anymore though. |
|
LGTM We should check CONTRIBUTING.md to see if it refers to packages/unit anymore. |
13cd12e to
7151fdd
Compare
|
patch now has updated contributor doc |
Move flutter tests from packages/unit to packages/flutter/test
Fixes #50.