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

Add default current directory for fixtures #3

Open croach opened 10 years ago

croach commented 10 years ago

Right now we check the current directory for fixtures only if none are passed into the decorator, but there's no reason we shouldn't check the current directory at all times.