Files
trading-journal/backend/tests/test_service.py

6 lines
93 B
Python
Raw Normal View History

2025-09-25 12:08:07 +02:00
import pytest
from trading_journal import crud, service
monkeypatch = pytest.MonkeyPatch()