-
Notifications
You must be signed in to change notification settings - Fork 78
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
Testing: Upgrade the unit test framework #431
Labels
kind/feature
Categorizes issue or PR as related to a new feature
Milestone
Comments
Thanks to @panshuai-ps, he provides the choice of bytedance/mockey. |
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Sep 26, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Sep 26, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 16, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 16, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 17, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 18, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 18, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 18, 2023
Mrcopytuo
added a commit
to Mrcopytuo/kusion
that referenced
this issue
Oct 18, 2023
healthjyk
pushed a commit
that referenced
this issue
Oct 20, 2023
* fix: replace test framework form monkey to mockey (#431) * fix: remove unpatchable function (#431) * fix: fix re-mock bugs (#431) * fix: fix format problems and the unmockable problem due to too long function body (#431) * fix: fix the format problem (#431) * fix: fix the format problem (#431) * fix: remove Chinese comments (#431) * fix: change the test name of Test_lsReport_Human (#431)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
I'd like to upgrade the UT monkey framework from bou.ke/monkey to bytedance/mockey.
Why is this needed?
Cause bou.ke/monkey does not support for MacOs/M1, and it's already archived.

I have already tried some popular go monkey repos, such as agiledragon/gomonkey, but they cannot support MacOs/M1. Thus, I choose bytedance/mockey.
The text was updated successfully, but these errors were encountered: