#!/bin/bash

set -e

source .venv/bin/activate

echo "Running neo4j integration tests"
pytest tests/neo4j
