Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msabramo/capturemock_test_sqlalchemy

A test of using CaptureMock to record and replay database access through sqlalchemy
https://github.com/msabramo/capturemock_test_sqlalchemy

Last synced: about 1 month ago
JSON representation

A test of using CaptureMock to record and replay database access through sqlalchemy

Awesome Lists containing this project

README

        

capturemock_test_sqlalchemy
===========================

[![Build
Status](https://travis-ci.org/msabramo/capturemock_test_sqlalchemy.svg?branch=master)](https://travis-ci.org/msabramo/capturemock_test_sqlalchemy)

A test of using
[CaptureMock](https://pypi.python.org/pypi/CaptureMock) to record and
replay database access through
[SQLAlchemy](http://www.sqlalchemy.org/).

See also:

* https://github.com/msabramo/capturemock_examples