Tests print too much to stdout/stderr #2296
Labels
P2
A bug or feature request we're likely to work on
type-tech-debt
Issues that slow or block desirable development paths for Dartdoc, or create such problems for users
Currently
pub run test
prints > 2400 lines to stdout/stderr. This makes it hard to follow when one test case fails, as the stack trace can scroll up pretty far.There are a few places which can reduce this count, something like Package.warn, the
print
function on the zone, etc. The integration tests may be harder.I'd say the acceptance criteria can be something like < 500 lines.
The text was updated successfully, but these errors were encountered: