mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
9 lines
151 B
Python
9 lines
151 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def render_context():
|
|
return {
|
|
"opts": {"cachedir": "/D", "__cli": "salt"},
|
|
"saltenv": None,
|
|
}
|