SQLAlchemy Test Cache

https://img.shields.io/pypi/v/sqlalchemy-test-cache.svg https://img.shields.io/travis/geru-br/sqlalchemy-test-cache.svg Documentation Status

It’s still unstable and very experimental. Every help is welcome.

A tiny library to allow caching sql statements in order to improve performance of expensive tests.

Features

  • It is simple to use (just a decorator).
  • It knows how to handle foreign key and others dependences.

Acknowledgements

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.