Skip to content

Latest commit

 

History

History

e2e-python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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