This directory contains integration tests for the engine
project.
To run the tests, execute the following command:
uv sync -U
./env_setup/scripts/generate-env.sh
./env_setup/scripts/start.sh
export PYTHONPATH=~/PycharmProjects/intergation_tests
uv run pytest
./env_setup/scripts/stop.sh