-
Notifications
You must be signed in to change notification settings - Fork 4
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
melobot v3 tests for utilities levels #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NyaCl
changed the title
melobot tests for lower levels
melobot v3 tests for lower levels
Sep 25, 2024
枕么还传了个 merge commit …… 到时候可能还需要 rebase,, |
没事,最后写完统一压缩就行。 |
当然你也可以不压缩,这边合并之后会自动压缩。 |
- Sequential await makes it not really 'async' (at least in py); - Thanks for reviewing.
- lazy to change everywhere, just use it. - @to_async still shows errors, but since onebot tests were bare decls, difficult to hint one by one, let's just ignore them =.=
- basically just like Trigger in RA2(
姑且可以往下写了。 |
- just Unittest Orient Programming.
加油 |
|
aicorein
approved these changes
Dec 18, 2024
(蹭) |
NyaCl
changed the title
melobot v3 tests for lower levels
melobot v3 tests for utilities levels
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Basically some tests on melobot framework, including the basic utilities levels.
Edited 12.19.2024:
After discussion, we've considered to split multiple levels testing into individual PRs.