ArcadeDB Python E2E Tests This directory contains end-to-end tests for ArcadeDB using Python. Setup This project uses UV as the package manager. # Install UV if not already installed pip install uv # Install dependencies uv pip install -e . Running Tests pytest