7 lines
128 B
Python
7 lines
128 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
pytest_plugins = [
|
||
|
u'ckan.tests.pytest_ckan.ckan_setup',
|
||
|
u'ckan.tests.pytest_ckan.fixtures',
|
||
|
]
|