Open 7yl4r opened 5 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
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 likeassert 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.