#!/usr/bin/env bash export $(cat .env | xargs) pytest -s -W ignore::DeprecationWarning -k test_search src/tests/test_nodes.py