By borisson_ on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
Introduced in version:
Issue links:
Description:
Several test methods have documentation that does not add any value, so we are now allowing those kinds of documentation to be omitted.
Test methods should have a self-documenting method name, and documentation should be added where this is not sufficient (e.g. in the case of methods using data providers).
This change reduces boilerplate comments.