mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-07 12:23:00 +08:00
7 lines
203 B
Python
7 lines
203 B
Python
import pytest
|
|
|
|
|
|
async def test_migration(use_legacy_config, db_migration):
|
|
from nonebot_bison.config.config_legacy import config as config_legacy
|
|
from nonebot_bison.config.db import data_migrate
|