Daniel Danilatos
2016-04-22 05:58:29 UTC
Hi,
I've written a very simple dart -> dart transformer that i'd like to use in
my model code (All "PODO"s) but it would be a shame to have to switch my
currently fast, low-dep, dart-vm, no-browser tests over to relying on
starting up pub serve and running the tests with -p <some browser>.
Is there a way to achieve running the model tests as they used to, i.e.
just plain old "pub run test <some-file>", nice and fast, with just that
simple dart->dart transformer applying?
For clarity, all the transformer does is wrap methods with a particular
annotation in some boilerplate, which to-date we've been writing by hand.
Thanks,
Dan
I've written a very simple dart -> dart transformer that i'd like to use in
my model code (All "PODO"s) but it would be a shame to have to switch my
currently fast, low-dep, dart-vm, no-browser tests over to relying on
starting up pub serve and running the tests with -p <some browser>.
Is there a way to achieve running the model tests as they used to, i.e.
just plain old "pub run test <some-file>", nice and fast, with just that
simple dart->dart transformer applying?
For clarity, all the transformer does is wrap methods with a particular
annotation in some boilerplate, which to-date we've been writing by hand.
Thanks,
Dan
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.