add matcher updater tests

This commit is contained in:
yanyongyu
2022-01-04 15:19:59 +08:00
parent bbbb5bbecd
commit 96749bde83
5 changed files with 86 additions and 1 deletions

View File

@ -0,0 +1,7 @@
from pathlib import Path
from nonebot import load_plugins
_sub_plugins = set()
_sub_plugins |= load_plugins(str(Path(__file__).parent))