mock-alchemy
Date: May 06, 2021 Version: 0.2.2
Useful links: Binary Installers | Source Repository | Issues & Ideas
mock_alchemy is an open-source, MIT-licensed library providing a simple method of mocking SQLAlchemy sessions and gives the ability to do sane asserts.
mock_alchemy
Curious about mock-alchemy? Check out the about page. There is information about the motivation and usefulness of the mock-alchemy package.
To the about page
The user guide explains the ways to use the mock-alchemy package and also explains some key concepts of mock-alchemy with several examples.
To the user guide
The reference guide contains a specific description of the mock-alchemy API. This reference API describes how certain functions work and provides basic examples to illustrate what functions do.
To the reference guide
Interesed in making improvements to this library? The process for suggesting and making changes is described in more detail here along with the required development dependencies.
To the contributor guide