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

Test that Flask-Fixtures works with the @skip decorator on both methods and classes #5

Open croach opened 10 years ago

croach commented 10 years ago

NOTE: the skip decorator was added in python 2.7, so we'll have to test that there.