This is a demo project repository with database tests using Python, Pytest and SQLAlchemy.
- Clone this repo
- Navigate to project folder
- Install Poetry
- Activate virtual environment and install packages
- Create .env file
cp ./.env.sample ./.env
- Run tests
make up
- Other commands
make help