Running tests Locally
The test suite is executed using the following commandRunning tests in Dockerized environment
Check the Container ID of the build image through
pytest
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
poetry run pytest
docker ps
docker exec -it <CONTAINER_ID> sh
pytest
poetry install
poetry run pytest