Moved the logic for getting linked data into the relationship router and

added tests for authors.
This commit is contained in:
2025-06-24 19:46:27 +03:00
parent fd9e878134
commit e6af796d7d
8 changed files with 134 additions and 58 deletions

View File

@@ -23,7 +23,7 @@ services:
tests:
container_name: tests
build: .
command: bash -c "pytest tests/test_misc.py"
command: bash -c "pytest tests/test_authors.py"
volumes:
- .:/code
depends_on: