You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Factory Boy is great, isn't it?
I'm wondering how I can use it along with the databases library, though.
fromdatabasesimportDatabaseimportfactoryfrom ..modelsimportUserdb=Database()
classUserFactory(factory.alchemy.SQLAlchemyModelFactory):
classMeta:
model=Usersqlalchemy_session=db.session# How we can make it work? # db has no attribute session 😩
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Factory Boy is great, isn't it?
I'm wondering how I can use it along with the databases library, though.
Any idea, guys?
Beta Was this translation helpful? Give feedback.
All reactions