-
Notifications
You must be signed in to change notification settings - Fork 16
docs(examples-plugins): add example plugin file-size #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Good example 👍🏻 |
Tlacenka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I think you did a great job.
Most of my feedback is regarding helper variables. Ideally, one would read the test top to bottom and understand the values used without the need to scroll up or look up the value of a variable. The main value of test comes from its readability and maintainability. As tests are independent of each other, as long as within one test the value is consistent, it is fine to use hardcoded values.
Co-authored-by: Kateřina Pilátová <katerina.pilatova@flowup.cz>
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
This PR includes:
example-plugins@code-pushup/testing-utils