Formatting
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import sys
|
||||
|
||||
sys.path.append("..")
|
||||
|
||||
import pytest
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
sys.path.append("..")
|
||||
|
||||
from src.database import Base as ProductionBase
|
||||
from tests.config.database import (SQLALCHEMY_DATABASE_URL, TestBase,
|
||||
|
||||
Reference in New Issue
Block a user