Skip to content

Commit

Permalink
replicate working tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaKay committed Aug 19, 2024
1 parent 2735dda commit 0f561a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ services:
OPENAI_API_KEY: ${OPENAI_API_KEY}
TAVILY_API_KEY: ${TAVILY_API_KEY}
LANGCHAIN_API_KEY: ${LANGCHAIN_API_KEY}
command: >
/bin/sh -c "
pip install pytest pytest-asyncio &&
python -m pytest tests/3-report-types.py
"
command: pytest -v tests/3-report-types.py
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ unstructured
json_repair

# uncomment for testing
# pytest
# pytest-asyncio
pytest
pytest-asyncio

0 comments on commit 0f561a1

Please sign in to comment.