mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 02:20:14 +08:00
.. | ||
MCITSelfTestPlugin | ||
plugin-depend-on-other | ||
plugin-dynamic-dependencies-download | ||
plugin-resolve-self-dependencies-over-console-ones | ||
plugin-use-console-deps-fallback/src | ||
same-pkg-1 | ||
same-pkg-2 | ||
service-loader | ||
.gitignore | ||
README.md | ||
tester.template.gradle.kts |
Integration Test - Sub Testers
Integration Test 的测试插件, 放置在本文件夹内的全部插件均为 console 内部测试用插件
如果您不是正在修改 mirai-console, 则不需要阅读此文件及此模块
创建新测试插件只需要在本文件夹创建新的目录, 然后重载 (Reimport gradle projects)
如果需要添加新的依赖, 请在 IntegrationTest/build.gradle.kts
添加相关依赖 (使用 testApi
) 并标注哪个测试框架使用此依赖, 为何使用此依赖
如果需要自定义 build.gradle.kts
, 请在 IDEA 右键 build.gradle.kts
并选择 Git > Add File