Initial release prep
This commit is contained in:
parent
c9b9d892f4
commit
92395b2b4b
100 changed files with 405 additions and 401 deletions
|
|
@ -3,9 +3,9 @@ from __future__ import annotations
|
|||
import pytest
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from app.services.domains.scholar.parser import ParseState
|
||||
from app.services.domains.scholar.source import FetchResult
|
||||
from app.services.domains.scholars import application as scholar_service
|
||||
from app.services.scholar.parser import ParseState
|
||||
from app.services.scholar.source import FetchResult
|
||||
from app.services.scholars import application as scholar_service
|
||||
|
||||
pytestmark = [pytest.mark.integration, pytest.mark.db]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue