wip
This commit is contained in:
parent
4be274d9e2
commit
c238b9d757
21 changed files with 219 additions and 184 deletions
7
learn_sql_model/factories/hero.py
Normal file
7
learn_sql_model/factories/hero.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from polyfactory.factories.pydantic_factory import ModelFactory
|
||||
|
||||
from learn_sql_model.models.hero import Hero
|
||||
|
||||
|
||||
class HeroFactory(ModelFactory[Hero]):
|
||||
__model__ = Hero
|
||||
Loading…
Add table
Add a link
Reference in a new issue