miki725 / alchemy-mock

SQLAlchemy mock helpers.
Other
82 stars 15 forks source link

more examples? #23

Open 7yl4r opened 5 years ago

7yl4r commented 5 years ago

I have been unable to figure out the usefulness of this module. Admittedly, I am not very experienced with sqlalchemy, but the examples in the readme - while helpful - seem too rudimentary. It reads a bit like showing the usefulness of assert with examples like assert True == True. It is effective to show what methods the module offers, but does not demonstrate usefulness.

I have done a bit of searching and have not yet found more realistic examples/articles using this library.

I believe this module would benefit greatly from the addition of more realistic example tests in a directory here and/or a section in the readme with links to additional reading and/or examples.

CharlieDixon commented 3 years ago

I'd definitely benefit from more concrete examples too. Currently reading through some listed in this neat forked repo documentation: https://mock-alchemy.readthedocs.io/en/latest/user_guide/index.html#real-world-examples