tests are, uh, mostly passing

This commit is contained in:
stvnrlly
2022-10-05 01:12:35 +00:00
parent 9d5bcdf910
commit 53204c307b
12 changed files with 37 additions and 40 deletions

View File

@@ -5,7 +5,7 @@ import pytest
import sqlalchemy
from alembic.command import upgrade
from alembic.config import Config
from flask import Flask
from flask import Flask, current_app
from app import create_app, db
from app.dao.provider_details_dao import get_provider_details_by_identifier