Mocking SQLAlchemy#

mock-alchemy documentation#

Date: Jun 04, 2023 Version: 0.2.6

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.

about mock-alchemy action icon
About

Curious about mock-alchemy? Check out the about page. There is information about the motivation and usefulness of the mock-alchemy package.

mock-alchemy user guide action icon
User guide

The user guide explains the ways to use the mock-alchemy package and also explains some key concepts of mock-alchemy with several examples.

api of mock-alchemy action icon
API reference

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.

contribute to mock-alchemy action icon
Contributor 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.