Skip to content

Instantly share code, notes, and snippets.

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