DescriptionCreate a unit test config for the pub tests that's prettier.
In particular, it:
- Shows test results incrementally.
- Cleans up the stack traces.
- Doesn't show the failures and their stack traces twice.
Right now, it's opt in. You need to:
- Add initConfig() to the top of a test suite.
- Pass "--human" when you run the test.
At some point, I can add the initConfig() calls to every test suite but I figured we could just add them manually for now.
Committed: https://code.google.com/p/dart/source/detail?r=17313
Patch Set 1 #
Total comments: 22
Patch Set 2 : Respond to review. #
Messages
Total messages: 3 (0 generated)
|