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

Adds compatibility for Python 3 #19

Closed fleshgolem closed 8 years ago

fleshgolem commented 8 years ago

This should fix #7

I ran the tests with Python 2.6, Python 2.7 and Python 3.4 and they all ran fine

Updating involved:

croach commented 8 years ago

Thanks @fleshgolem for the pull request. I added py34 to the tox.ini script and everything seems to be working just fine. I really appreciate the help!