mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-14 18:26:16 +02:00
8 lines
224 B
Python
8 lines
224 B
Python
import pytest
|
|
|
|
from database.mongo_types import MongoDatabase
|
|
|
|
|
|
@pytest.mark.mongo
|
|
async def test_get_stats_non_existent(mongodb: MongoDatabase, test_user_id: int):
|
|
"""Test getting a user's stats when the db is empty"""
|