|
|
há 3 anos atrás | |
|---|---|---|
| .. | ||
| MCITSelfTestPlugin | há 4 anos atrás | |
| mirai-plugin-compatibility | há 3 anos atrás | |
| never-override-jdk-modules | há 3 anos atrás | |
| plugin-dep-dependon-dep-issue-2054 | há 3 anos atrás | |
| plugin-depend-on-other | há 4 anos atrás | |
| plugin-dynamic-dependencies-download | há 3 anos atrás | |
| plugin-resolve-self-dependencies-over-console-ones | há 3 anos atrás | |
| plugin-use-console-deps-fallback | há 3 anos atrás | |
| service-loader | há 3 anos atrás | |
| .gitignore | há 4 anos atrás | |
| README.md | há 4 anos atrás | |
| tester.template.gradle.kts | há 4 anos atrás | |
Integration Test 的测试插件, 放置在本文件夹内的全部插件均为 console 内部测试用插件
如果您不是正在修改 mirai-console, 则不需要阅读此文件及此模块
创建新测试插件只需要在本文件夹创建新的目录, 然后重载 (Reimport gradle projects)
如果需要添加新的依赖, 请在 IntegrationTest/build.gradle.kts 添加相关依赖 (使用 testApi) 并标注哪个测试框架使用此依赖, 为何使用此依赖
如果需要自定义 build.gradle.kts, 请在 IDEA 右键 build.gradle.kts 并选择 Git > Add File