toirl / pytest-sqlalchemy

SQLAlchemy helpers for pytest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document intended usage of fixtures

antoine-gallix opened this issue · comments

It's not clear for me how each fixture is supposed to be used. Could you provide examples?

Hi,
Yes you're right. This could be more clear.
I think I can provide some example during next week.

Hi,
I am sorry for being late. I updated the README and hope this makes the usage a little bit more clear. There is no special thing on using the fixtures. The fixtures are used as described in the pytest documentation and give access to the SQLAlchemy objects of the same name.

Is this of any help?

Yes, that is helping, thank you!