KusionStack / kusion

Declarative Intent Driven Platform Orchestrator for Internal Developer Platform (IDP).
https://kusionstack.io
Apache License 2.0
858 stars 78 forks source link

Testing: Upgrade the unit test framework #431

Closed healthjyk closed 10 months ago

healthjyk commented 1 year ago

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.

image

I have already tried some popular go monkey repos, such as agiledragon/gomonkey, but they cannot support MacOs/M1. Thus, I choose bytedance/mockey.

healthjyk commented 1 year ago

Thanks to @panshuai-ps, he provides the choice of bytedance/mockey.