rspec/rspec-tools/tests/conftest.py
2021-02-23 20:41:11 +01:00

10 lines
186 B
Python

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