From 170226cfc7b68a68dc15e4aea3bff50bf1b4fda8 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Fri, 9 Feb 2024 10:31:19 +0400 Subject: [PATCH] Add note about running pytest inside the container --- api/test/integration/test_audio_integration.py | 3 ++- api/test/integration/test_image_integration.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/test/integration/test_audio_integration.py b/api/test/integration/test_audio_integration.py index 6f6e5481d1c..092878f4cb4 100644 --- a/api/test/integration/test_audio_integration.py +++ b/api/test/integration/test_audio_integration.py @@ -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 diff --git a/api/test/integration/test_image_integration.py b/api/test/integration/test_image_integration.py index 4f6dac5afe1..d78d14a61e7 100644 --- a/api/test/integration/test_image_integration.py +++ b/api/test/integration/test_image_integration.py @@ -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