Migrate DB to sqlite

This commit is contained in:
2020-07-03 02:03:02 +02:00
parent deda3b51b5
commit 1dd62e1ae0
6 changed files with 45 additions and 31 deletions

View File

@@ -1,8 +1,6 @@
from app.models import *
from config import Config
from database.models import *
from pytest import fixture
from secrets import token_hex
from werkzeug.security import generate_password_hash
def test_registration(client):