rspec/rspec-tools/tests/conftest.py

10 lines
186 B
Python
Raw Normal View History

from pathlib import Path
import pytest
@pytest.fixture
def mockrules():
'''Provides a path to test rules resources.'''
return Path(__file__).parent.joinpath('resources', 'rules')