|
|
пре 4 година | |
|---|---|---|
| .. | ||
| MCITSelfTestPlugin | 4100eaa245 Plugin dependencies automatic download system | пре 4 година |
| plugin-depend-on-other | d6f4e2e567 Resources & ServiceLoader resolving | пре 4 година |
| plugin-dynamic-dependencies-download | 22d2bd79df Allow override console non-hard-link dependencies | пре 4 година |
| same-pkg-1 | 4100eaa245 Plugin dependencies automatic download system | пре 4 година |
| same-pkg-2 | 4100eaa245 Plugin dependencies automatic download system | пре 4 година |
| service-loader | d6f4e2e567 Resources & ServiceLoader resolving | пре 4 година |
| .gitignore | 8d6b4b4970 [CONSOLE] Integration Test (#1741) | пре 4 година |
| README.md | 8d6b4b4970 [CONSOLE] Integration Test (#1741) | пре 4 година |
| tester.template.gradle.kts | 884e7a3ee4 Nested modules in console integration test | пре 4 година |
Integration Test 的测试插件, 放置在本文件夹内的全部插件均为 console 内部测试用插件
如果您不是正在修改 mirai-console, 则不需要阅读此文件及此模块
创建新测试插件只需要在本文件夹创建新的目录, 然后重载 (Reimport gradle projects)
如果需要添加新的依赖, 请在 IntegrationTest/build.gradle.kts 添加相关依赖 (使用 testApi) 并标注哪个测试框架使用此依赖, 为何使用此依赖
如果需要自定义 build.gradle.kts, 请在 IDEA 右键 build.gradle.kts 并选择 Git > Add File