share-post/pelican/plugins/share_post/conftest.py

9 lines
154 B
Python
Raw Permalink Normal View History

2021-03-12 16:34:46 +00:00
import pytest
from pelican.tests.support import temporary_folder
@pytest.fixture
def tmp_folder():
with temporary_folder() as tf:
yield tf