mirror of
https://github.com/PaiGramTeam/FixMiYouShe.git
synced 2024-11-16 04:45:40 +00:00
11 lines
167 B
Python
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)
|