Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.09 KB

README.rst

File metadata and controls

42 lines (28 loc) · 1.09 KB

Charlatan: Fixtures Made Easy

https://travis-ci.org/uber/charlatan.png?branch=master https://coveralls.io/repos/uber/charlatan/badge.png

Efficiently manage and install data fixtures

Charlatan is a library that you can use in your tests to create database fixtures. Its aim is to provide a pragmatic interface that focuses on making it simple to define and install fixtures for your tests. It is also agnostic in so far as even though it's designed to work out of the box with SQLAlchemy models, it can work with pretty much anything else.

Documentation

Latest documentation: charlatan.readthedocs.org/en/latest/

Installation

Using pip:

$ pip install charlatan

License

charlatan is available under the MIT License.

Copyright Uber 2013, Charles-Axel Dein <[email protected]>

Authors

Charles-Axel Dein <[email protected]> Erik Formella <[email protected]>