mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 20:16:47 +00:00
✅ add test cases
This commit is contained in:
6
tests/plugins/export.py
Normal file
6
tests/plugins/export.py
Normal file
@ -0,0 +1,6 @@
|
||||
from nonebot import export
|
||||
|
||||
|
||||
@export()
|
||||
def test():
|
||||
...
|
Reference in New Issue
Block a user