Implement tests for all endpoints and update documentation. Added

endpoint for getting the list of all relationships
This commit is contained in:
2025-06-24 21:28:26 +03:00
parent e6af796d7d
commit 5db6416d79
5 changed files with 80 additions and 6 deletions

View File

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