Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msabramo/capturemock_test_sqlalchemy
- Owner: msabramo
- License: mit
- Created: 2013-12-02T18:44:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T21:54:11.000Z (almost 11 years ago)
- Last Synced: 2024-05-09T20:46:01.322Z (8 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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