6 lines
85 B
Python
6 lines
85 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
pytest_plugins = [
|
||
|
u'ckanext.harvest.tests.fixtures',
|
||
|
]
|