-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Clippy Book Chapter Updates Reborn: Writing tests #10596
Conversation
☔ The latest upstream changes (presumably #10605) made this pull request unmergeable. Please resolve the merge conflicts. |
b220918
to
04ade73
Compare
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.
This LGTM overall. So I just did some cleanup (formatting) and added some documentation about ui-toml
tests.
This depends on #10598 and the FIXME about this getting fixed. Until then, let's wait until the other PR is merged.
☔ The latest upstream changes (presumably #10653) made this pull request unmergeable. Please resolve the merge conflicts. |
c4c19e1
to
140e160
Compare
☔ The latest upstream changes (presumably #10595) made this pull request unmergeable. Please resolve the merge conflicts. |
Co-authored-by: Nahua <[email protected]>
140e160
to
289bafa
Compare
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.
Some more comments. I will address them right away.
You accidentally force pushed over a commit that I added to this branch. This can be avoided with force pushing with --force-with-lease
instead of -f
/--force
. When using --force-with-lease
, the force push will only go through if you fetched the latest state of the branch.
76a19d3
to
ad97d81
Compare
ad97d81
to
8ee6ca0
Compare
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This PR adds a new chapter to the book: "Writing tests". The changes have been mainly done from reviews from #9426 and some minor re-writes.
Notes
git status
es are correct, ascargo dev new_lint
changed a lot since 2022.FIXME:
.changelog: Add a new "Writing tests" chapter to the book
r? @flip1995