Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Port test logic to Dart. #61

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 1 commit into from
Nov 9, 2015
Merged

Port test logic to Dart. #61

merged 1 commit into from
Nov 9, 2015

Conversation

Hixie
Copy link
Contributor

@Hixie Hixie commented Nov 9, 2015

No description provided.

@Hixie
Copy link
Contributor Author

Hixie commented Nov 9, 2015

This gets rid of dev/run_tests and packages/flutter_tools/bin/sky_test.dart. Now to run the tests you just run flutter test --debug.

cc @abarth

@Hixie Hixie force-pushed the dart-tests branch 3 times, most recently from c61c90d to e891116 Compare November 9, 2015 09:03
if (path.basename(script) == kSnapshotFileName)
return path.dirname(path.dirname(path.dirname(script)));
if (path.basename(script) == kFlutterToolsScriptFileName)
return path.dirname(path.dirname(path.dirname(path.dirname(script))));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fancy

@abarth
Copy link
Contributor

abarth commented Nov 9, 2015

LGTM

Would you be willing to update CONTRIBUTING.md as well? Eventually, I'd like to grow flutter test to be useful for end developers as well, but we can worry about that in future patches.

Thanks!

@Hixie
Copy link
Contributor Author

Hixie commented Nov 9, 2015

Updated as per comments. Will check in if Travis agrees. cc @abarth

Hixie added a commit that referenced this pull request Nov 9, 2015
@Hixie Hixie merged commit d355611 into flutter:master Nov 9, 2015
@Hixie Hixie deleted the dart-tests branch November 9, 2015 17:11
@akashgk akashgk mentioned this pull request Jun 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants