linter icon indicating copy to clipboard operation
linter copied to clipboard

add docs about reflective test authoring

Open pq opened this issue 3 years ago • 1 comments

Follow-up from: https://github.com/dart-lang/linter/pull/3567#discussion_r934847261.

As a general rule we want to encourage reflective tests over integration tests. It would be great to have some docs here.

pq avatar Aug 02 '22 13:08 pq

Consider adding the docs to test_reflective_loader and referencing them from here (and from analyzer and analysis_server and any other package that uses that support).

bwilkerson avatar Aug 02 '22 15:08 bwilkerson