Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 347 Bytes

Sovryn NBTE Bridge

Install for development (requires python3.11 and poetry)

sudo apt-get install libpq-dev
pip install pre-commit
make init

Run unit and integration tests (requires docker and docker compose)

# Only needs to be run once
echo POSTGRES_PASSWORD=myrandompassword > .env

# Run all tests
make test