Skip to content

Commit 5ff63a3

Browse files
Added unit test for backend
1 parent 5953bca commit 5ff63a3

12 files changed

Lines changed: 9517 additions & 0 deletions

content-gen/src/backend/requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
pytest>=8.0.0
77
pytest-asyncio>=0.23.0
88
pytest-cov>=5.0.0
9+
pytest-mock>=3.14.0
10+
httpx>=0.27.0
11+
quart-cors>=0.7.0
912

1013
# Code Quality
1114
black>=24.0.0

content-gen/src/tests/agents/test_image_content_agent.py

Lines changed: 528 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)