-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Convert done callbacks to async/await in the last two unit test files #13256
Convert done callbacks to async/await in the last two unit test files #13256
Conversation
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/81190c6cc7e0bc7/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @timvandermeij received. Current queue size: 0 Live output at: http://3.101.106.178:8877/29366d1df56254c/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/81190c6cc7e0bc7/output.txt Total script time: 3.83 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/29366d1df56254c/output.txt Total script time: 5.27 mins
|
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.
Well, that certainly was challenging to try and review; I can only image that actually making the changes was even worse :-)
Looks great to me, and using async
/await
really is a much nicer format; thank you for modernizing the unit-tests!
1622e97
to
d42f3d0
Compare
Thank you for the reviews! |
@timvandermeij Do you want to fix the font-tests as well, or should I do that? |
If you've already started on it, feel free to finish it. I won't have too much time the coming days, so otherwise it'll have to wait a couple of days. |
It's highly recommended to use the
?w=1
flag during review because of many indentation changes.