croach / Flask-Fixtures

A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.
MIT License
63 stars 30 forks source link

update PyPi docs #13

Closed greedo closed 8 years ago

greedo commented 9 years ago

PyPi docs example show use of the FixturesMixin module which is does not exist in the 0.3.1 release.

example

Should be an easy fix. I use this package everyday. Thanks for your work on it!

croach commented 8 years ago

Rather than updating the docs to match the code, I updated the code :smile: