Skip to content

Commit

Permalink
fix: switch to Pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 3, 2023
1 parent a907e98 commit be7746b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: Test lambda_openai_v2
run: |
python -m unittest discover ./api/terraform/python/lambda_openai_v2
cd ./api/terraform/python/lambda_openai_v2
pytest -v -s tests/

0 comments on commit be7746b

Please sign in to comment.