You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/executor/module_common/conftest.py

11 lines
142 B
Python

from __future__ import annotations
import pytest
from ansible.template import Templar
@pytest.fixture
def templar():
return Templar()