-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor shared code in tests and tools. (#2308)
* Move SubprocessLauncher out of test/, into tool/. It's imported by both. * Move most top-level Directory objects out of utils.dart, into singular test files where they are used, mostly dartdoc_test.dart. * Move `generatorContextFromArgv` from utils.dart to dartdoc_test.dart. * Clean up set-up and tear-down methods in dartdoc_test.dart. * Move most top-level PackageGraph code from utils.dart to model_special_cases_test.dart and model_test.dart. Also type-annotate public API in warnings.dart.
- Loading branch information
Showing
10 changed files
with
391 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.