conftest.py 85 B

12345
  1. # -*- coding: utf-8 -*-
  2. pytest_plugins = [
  3. u'ckanext.archiver.tests.fixtures'
  4. ]