Table of Contents
pip install poprox-storage
pip install .[dev]
We use alembic to manage schema changes as a series of migrations. You can create a new migration file from the poprox-db
directory with:
alembic revision -m "description of your changes"
Start the dev database and load the database schema with:
source dev/init_poprox_dev.sh
Then run the tests with:
pytest tests/