Skip to content

Latest commit

 

History

History
110 lines (84 loc) · 4.16 KB

index.rst

File metadata and controls

110 lines (84 loc) · 4.16 KB

Mocking SQLAlchemy

.. toctree::
   :hidden:
   :maxdepth: 1

   about/index
   user_guide/index
   api_reference/index
   contributor_guide/index
   Code of Conduct <codeofconduct>
   license


mock-alchemy documentation

Date: |today| Version: |version|

Useful links: Binary Installers | Source Repository | Issues & Ideas

:mod:`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.