-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests: Slightly increase coverage of fmt unittests #20272
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
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.
Heck ya, (many) small improvements are the best! Thanks, aside from small comments I would say ACK. You can squash directly.
59fc671
to
f07fa00
Compare
f07fa00
to
5feba2f
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.
Looks way cleaner now indeed! Just one comment remaining.
5feba2f
to
7c39b48
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 PR wasn't fun🤡
I do think it was, at least I've learned something along the way 😉
I think its ready for merge - do you give your blessing?
Amen 🙏 Thanks for slowly but steadily improving the RIOT tests!
Contribution description
Hello 🐑
Slightly increases the coverage of the unit tests. Despite shuffling the order of tests, no coverage is lost.
This also reorders the API definitions in
fmt.h
- I'm sorry I just couldn't resist.Testing procedure
make -C tests/unittests/ tests-fmt test
or just wait for the CIIssues/PRs references
Follow-up to #20198