FixMiYouShe/tests/test_get_bg.py
2024-03-11 21:01:01 +08:00

11 lines
167 B
Python

import pytest
from src.data.get_bg import save_bg
@pytest.mark.asyncio
class TestGetBg:
@staticmethod
async def test_get_bg():
await save_bg(False)