salt/tests/pytests/unit/utils/templates/conftest.py
Pedro Algarvio 3f92d3f934 Migrate tests/unit/utils/test_templates.py to pytest
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
2023-05-31 14:39:59 +00:00

9 lines
151 B
Python

import pytest
@pytest.fixture
def render_context():
return {
"opts": {"cachedir": "/D", "__cli": "salt"},
"saltenv": None,
}