Skip to content

Commit

Permalink
Add note about location of common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 9, 2024
1 parent 170226c commit 2a7dc28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/test/integration/test_audio_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Can be used to verify a live deployment is functioning as designed.
Run with the `pytest -s` command from this directory, inside the Docker
container.
Tests common to all media types are in ``test_media_integration.py``.
"""

import pytest
Expand Down
2 changes: 2 additions & 0 deletions api/test/integration/test_image_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Can be used to verify a live deployment is functioning as designed.
Run with the `pytest -s` command from this directory, inside the Docker
container.
Tests common to all media types are in ``test_media_integration.py``.
"""

import pytest
Expand Down

0 comments on commit 2a7dc28

Please sign in to comment.