very initial verson of construct

This commit is contained in:
collerek
2021-10-05 18:50:02 +02:00
parent fc067596c8
commit afa1756b47
3 changed files with 132 additions and 5 deletions

View File

@ -63,7 +63,7 @@ def create_test_database():
@pytest.mark.asyncio
async def test_instantation_false_save_true():
async def test_instantiation_false_save_true():
async with database:
async with database.transaction(force_rollback=True):
comp = Company(name="Banzai", founded=1988)