🧪 test(refactor glimpse_detector test): split test plugin and test main

This commit is contained in:
yangwei
2024-08-22 11:58:07 +08:00
parent 7f96ae196a
commit 41969adee2
4 changed files with 281 additions and 279 deletions

View File

@@ -7,5 +7,5 @@ exit = "APP_GLIMPSE_DETECTOR_UNLOAD"
[[plugin]]
path = ""
init = "APP_TEST_PLUG_INIT"
exit = "APP_TEST_PLUG_DESTROY"
init = "GLIMPSE_DETECTOR_TEST_PLUG_LOAD"
exit = "GLIMPSE_DETECTOR_TEST_PLUG_UNLOAD"