Skip to content

Instantly share code, notes, and snippets.

View softbobo's full-sized avatar

Robert Schulze softbobo

  • Leipzig, Germany
View GitHub Profile
import os
import pytest
from alembic.command import upgrade
from alembic.config import Config
from project.factory import create_app
from project.database import db as _db