Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

arcadedb-haystack

PyPI - Version PyPI - Python Version License


Refer to the general Contribution Guidelines.

To run integration tests locally, you need to have an ArcadeDB server running. You can start it using Docker:

docker run -d -p 2480:2480 -e JAVA_OPTS="-Darcadedb.server.rootPassword=arcadedb" arcadedata/arcadedb:latest

Then run the integration tests, providing the credentials via environment variables:

ARCADEDB_USERNAME=root ARCADEDB_PASSWORD=arcadedb hatch run test:integration