Skip to content

serhiismetanskyi/database_tests_with_sqlalchemy

Repository files navigation

Database Tests with SQLAlchemy

Contents:

Description

This is a demo project repository with database tests using Python, Pytest and SQLAlchemy.


Installation

  1. Clone this repo
  2. Navigate to project folder
  3. Install Poetry
  4. Activate virtual environment and install packages
  5. Create .env file
     cp ./.env.sample ./.env
  6. Run tests
     make up
  7. Other commands
     make help

Releases

No releases published

Packages

No packages published

Languages