dart-archive / bazel

Bazel support for Dart projects [EXPERIMENTAL]
https://pub.dartlang.org/packages/dazel
33 stars 13 forks source link

Refactor `run_phases.dart` to make unit testing easier #194

Open natebosch opened 7 years ago

natebosch commented 7 years ago

Currently we rely on internal end to end tests. It would be good if we could run some more focused unit tests, but since run_phases relies on reading certain files etc it's not very easy to test it.