spatial-d4science/conftest.py

7 lines
128 B
Python
Raw Normal View History

2020-04-15 01:20:30 +02:00
# -*- coding: utf-8 -*-
pytest_plugins = [
u'ckan.tests.pytest_ckan.ckan_setup',
u'ckan.tests.pytest_ckan.fixtures',
]