croach / Flask-Fixtures

A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

croach opened this issue · comments

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

  • The test should be skipped
  • The setup and teardown methods should be skipped
  • The class should be skipped
  • The setup_class and teardown_class methods should be skipped