Skip to content

Commit

Permalink
Add note about running pytest inside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 9, 2024
1 parent b54d73a commit 170226c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/test/integration/test_audio_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
End-to-end API tests for audio.
Can be used to verify a live deployment is functioning as designed.
Run with the `pytest -s` command from this directory.
Run with the `pytest -s` command from this directory, inside the Docker
container.
"""

import pytest
Expand Down
3 changes: 2 additions & 1 deletion api/test/integration/test_image_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
End-to-end API tests for images.
Can be used to verify a live deployment is functioning as designed.
Run with the `pytest -s` command from this directory.
Run with the `pytest -s` command from this directory, inside the Docker
container.
"""

import pytest
Expand Down

0 comments on commit 170226c

Please sign in to comment.